Shades of Conifer #BBE74F
Tints of Conifer #BBE74F
RGB
CMYK
RGB Variations
Color information
#BBE74F (or 0xBBE74F) is known color: Conifer. HEX triplet: BB, E7 and 4F. RGB value is (187,231,79). Sum of RGB (Red+Green+Blue) = 187+231+79=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE74F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE74F is #4418B0. Grayscale: #C9C9C9. Windows color (decimal): -4462769 or 5236667. OLE color: 5236667.
HSL color Cylindrical-coordinate representation of color #BBE74F: hue angle of 77.37º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBE74F is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 231 | 79 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.09 |
| HSL | 77.37º | 0.76% | 0.61% | - |
| HSV(B) | 77.37º | 0.66% | 0.91% | - |
| XYZ | 50.48 | 68.28 | 17.92 | - |
| YUV | 200.52 | 59.42 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 231 | 79 | 0.19 | 0 | 0.66 | 0.09 | 77.37 | 0.76 | 0.61 |
| Hex | BB | E7 | 4F | 13 | 0 | 42 | 9 | 4D | 4C | 3D |
| Octal | 273 | 347 | 117 | 23 | 0 | 102 | 11 | 115 | 114 | 75 |
| Binary | 10111011 | 11100111 | 1001111 | 10011 | 0 | 1000010 | 1001 | 1001101 | 1001100 | 111101 |
Color Harmonies of #BBE74F
Complementary color
Monochromatic Colors of #BBE74F
Black with #BBE74F
Text Example
Text Example
White with #BBE74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE74F; }
p { color: rgb(187,231,79); }
H1.HeaderClassName
{
color: #BBE74F;
}
.AnyTagClassName
{
color: #BBE74F;
}
</style>
background-color css
<style>
a { background-color: #BBE74F; }
a { background-color: rgb(187,231,79); }
div.DivClassName
{
background-color: #BBE74F;
}
.BgClassName
{
background-color: #BBE74F;
}
</style>
border-color css
<style>
span { border-color: #BBE74F; }
span { border-color: rgb(187,231,79); }
td.TdClassName
{
border-color: #BBE74F;
}
.TagClassName
{
border-color: #BBE74F;
}
</style>