Shades of Conifer #B2F84B
Tints of Conifer #B2F84B
RGB
CMYK
RGB Variations
Color information
#B2F84B (or 0xB2F84B) is known color: Conifer. HEX triplet: B2, F8 and 4B. RGB value is (178,248,75). Sum of RGB (Red+Green+Blue) = 178+248+75=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 75 (29.69% from 255 or 14.97% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F84B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F84B is #4D07B4. Grayscale: #CFCFCF. Windows color (decimal): -5048245 or 4978866. OLE color: 4978866.
HSL color Cylindrical-coordinate representation of color #B2F84B: hue angle of 84.28º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2F84B is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 75 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.03 |
| HSL | 84.28º | 0.93% | 0.63% | - |
| HSV(B) | 84.28º | 0.7% | 0.97% | - |
| XYZ | 53.2 | 77.11 | 18.74 | - |
| YUV | 207.35 | 53.31 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 75 | 0.28 | 0 | 0.70 | 0.03 | 84.28 | 0.93 | 0.63 |
| Hex | B2 | F8 | 4B | 1C | 0 | 46 | 3 | 54 | 5D | 3F |
| Octal | 262 | 370 | 113 | 34 | 0 | 106 | 3 | 124 | 135 | 77 |
| Binary | 10110010 | 11111000 | 1001011 | 11100 | 0 | 1000110 | 11 | 1010100 | 1011101 | 111111 |
Color Harmonies of #B2F84B
Complementary color
Monochromatic Colors of #B2F84B
Black with #B2F84B
Text Example
Text Example
White with #B2F84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F84B; }
p { color: rgb(178,248,75); }
H1.HeaderClassName
{
color: #B2F84B;
}
.AnyTagClassName
{
color: #B2F84B;
}
</style>
background-color css
<style>
a { background-color: #B2F84B; }
a { background-color: rgb(178,248,75); }
div.DivClassName
{
background-color: #B2F84B;
}
.BgClassName
{
background-color: #B2F84B;
}
</style>
border-color css
<style>
span { border-color: #B2F84B; }
span { border-color: rgb(178,248,75); }
td.TdClassName
{
border-color: #B2F84B;
}
.TagClassName
{
border-color: #B2F84B;
}
</style>