Shades of Conifer #B8F24F
Tints of Conifer #B8F24F
RGB
CMYK
RGB Variations
Color information
#B8F24F (or 0xB8F24F) is known color: Conifer. HEX triplet: B8, F2 and 4F. RGB value is (184,242,79). Sum of RGB (Red+Green+Blue) = 184+242+79=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 79 (31.25% from 255 or 15.64% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F24F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F24F is #470DB0. Grayscale: #CECECE. Windows color (decimal): -4656561 or 5239480. OLE color: 5239480.
HSL color Cylindrical-coordinate representation of color #B8F24F: hue angle of 81.35º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8F24F is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 242 | 79 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.05 |
| HSL | 81.35º | 0.86% | 0.63% | - |
| HSV(B) | 81.35º | 0.67% | 0.95% | - |
| XYZ | 52.93 | 74.26 | 18.94 | - |
| YUV | 206.08 | 56.28 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 79 | 0.24 | 0 | 0.67 | 0.05 | 81.35 | 0.86 | 0.63 |
| Hex | B8 | F2 | 4F | 18 | 0 | 43 | 5 | 51 | 56 | 3F |
| Octal | 270 | 362 | 117 | 30 | 0 | 103 | 5 | 121 | 126 | 77 |
| Binary | 10111000 | 11110010 | 1001111 | 11000 | 0 | 1000011 | 101 | 1010001 | 1010110 | 111111 |
Color Harmonies of #B8F24F
Complementary color
Monochromatic Colors of #B8F24F
Black with #B8F24F
Text Example
Text Example
White with #B8F24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F24F; }
p { color: rgb(184,242,79); }
H1.HeaderClassName
{
color: #B8F24F;
}
.AnyTagClassName
{
color: #B8F24F;
}
</style>
background-color css
<style>
a { background-color: #B8F24F; }
a { background-color: rgb(184,242,79); }
div.DivClassName
{
background-color: #B8F24F;
}
.BgClassName
{
background-color: #B8F24F;
}
</style>
border-color css
<style>
span { border-color: #B8F24F; }
span { border-color: rgb(184,242,79); }
td.TdClassName
{
border-color: #B8F24F;
}
.TagClassName
{
border-color: #B8F24F;
}
</style>