Shades of Conifer #B2FB4E
Tints of Conifer #B2FB4E
RGB
CMYK
RGB Variations
Color information
#B2FB4E (or 0xB2FB4E) is known color: Conifer. HEX triplet: B2, FB and 4E. RGB value is (178,251,78). Sum of RGB (Red+Green+Blue) = 178+251+78=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 78 (30.86% from 255 or 15.38% from 507); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FB4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FB4E is #4D04B1. Grayscale: #D2D2D2. Windows color (decimal): -5047474 or 5176242. OLE color: 5176242.
HSL color Cylindrical-coordinate representation of color #B2FB4E: hue angle of 85.32º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2FB4E is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 251 | 78 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.02 |
| HSL | 85.32º | 0.96% | 0.65% | - |
| HSV(B) | 85.32º | 0.69% | 0.98% | - |
| XYZ | 54.23 | 79.01 | 19.6 | - |
| YUV | 209.45 | 53.82 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 251 | 78 | 0.29 | 0 | 0.69 | 0.02 | 85.32 | 0.96 | 0.65 |
| Hex | B2 | FB | 4E | 1D | 0 | 45 | 2 | 55 | 60 | 41 |
| Octal | 262 | 373 | 116 | 35 | 0 | 105 | 2 | 125 | 140 | 101 |
| Binary | 10110010 | 11111011 | 1001110 | 11101 | 0 | 1000101 | 10 | 1010101 | 1100000 | 1000001 |
Color Harmonies of #B2FB4E
Complementary color
Monochromatic Colors of #B2FB4E
Black with #B2FB4E
Text Example
Text Example
White with #B2FB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FB4E; }
p { color: rgb(178,251,78); }
H1.HeaderClassName
{
color: #B2FB4E;
}
.AnyTagClassName
{
color: #B2FB4E;
}
</style>
background-color css
<style>
a { background-color: #B2FB4E; }
a { background-color: rgb(178,251,78); }
div.DivClassName
{
background-color: #B2FB4E;
}
.BgClassName
{
background-color: #B2FB4E;
}
</style>
border-color css
<style>
span { border-color: #B2FB4E; }
span { border-color: rgb(178,251,78); }
td.TdClassName
{
border-color: #B2FB4E;
}
.TagClassName
{
border-color: #B2FB4E;
}
</style>