Shades of Conifer #B8F14F
Tints of Conifer #B8F14F
RGB
CMYK
RGB Variations
Color information
#B8F14F (or 0xB8F14F) is known color: Conifer. HEX triplet: B8, F1 and 4F. RGB value is (184,241,79). Sum of RGB (Red+Green+Blue) = 184+241+79=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 79 (31.25% from 255 or 15.67% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F14F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F14F is #470EB0. Grayscale: #CECECE. Windows color (decimal): -4656817 or 5239224. OLE color: 5239224.
HSL color Cylindrical-coordinate representation of color #B8F14F: hue angle of 81.11º degrees, saturation: 0.85, 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 #B8F14F is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 79 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.05 |
| HSL | 81.11º | 0.85% | 0.63% | - |
| HSV(B) | 81.11º | 0.67% | 0.95% | - |
| XYZ | 52.63 | 73.67 | 18.84 | - |
| YUV | 205.49 | 56.62 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 79 | 0.24 | 0 | 0.67 | 0.05 | 81.11 | 0.85 | 0.63 |
| Hex | B8 | F1 | 4F | 18 | 0 | 43 | 5 | 51 | 55 | 3F |
| Octal | 270 | 361 | 117 | 30 | 0 | 103 | 5 | 121 | 125 | 77 |
| Binary | 10111000 | 11110001 | 1001111 | 11000 | 0 | 1000011 | 101 | 1010001 | 1010101 | 111111 |
Color Harmonies of #B8F14F
Complementary color
Monochromatic Colors of #B8F14F
Black with #B8F14F
Text Example
Text Example
White with #B8F14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F14F; }
p { color: rgb(184,241,79); }
H1.HeaderClassName
{
color: #B8F14F;
}
.AnyTagClassName
{
color: #B8F14F;
}
</style>
background-color css
<style>
a { background-color: #B8F14F; }
a { background-color: rgb(184,241,79); }
div.DivClassName
{
background-color: #B8F14F;
}
.BgClassName
{
background-color: #B8F14F;
}
</style>
border-color css
<style>
span { border-color: #B8F14F; }
span { border-color: rgb(184,241,79); }
td.TdClassName
{
border-color: #B8F14F;
}
.TagClassName
{
border-color: #B8F14F;
}
</style>