Shades of Conifer #BBE54F
Tints of Conifer #BBE54F
RGB
CMYK
RGB Variations
Color information
#BBE54F (or 0xBBE54F) is known color: Conifer. HEX triplet: BB, E5 and 4F. RGB value is (187,229,79). Sum of RGB (Red+Green+Blue) = 187+229+79=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE54F is #441AB0. Grayscale: #C7C7C7. Windows color (decimal): -4463281 or 5236155. OLE color: 5236155.
HSL color Cylindrical-coordinate representation of color #BBE54F: hue angle of 76.8º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBE54F is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 79 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.10 |
| HSL | 76.8º | 0.74% | 0.6% | - |
| HSV(B) | 76.8º | 0.66% | 0.9% | - |
| XYZ | 49.92 | 67.17 | 17.73 | - |
| YUV | 199.34 | 60.09 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 79 | 0.18 | 0 | 0.66 | 0.10 | 76.8 | 0.74 | 0.6 |
| Hex | BB | E5 | 4F | 12 | 0 | 42 | A | 4D | 4A | 3C |
| Octal | 273 | 345 | 117 | 22 | 0 | 102 | 12 | 115 | 112 | 74 |
| Binary | 10111011 | 11100101 | 1001111 | 10010 | 0 | 1000010 | 1010 | 1001101 | 1001010 | 111100 |
Color Harmonies of #BBE54F
Complementary color
Monochromatic Colors of #BBE54F
Black with #BBE54F
Text Example
Text Example
White with #BBE54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE54F; }
p { color: rgb(187,229,79); }
H1.HeaderClassName
{
color: #BBE54F;
}
.AnyTagClassName
{
color: #BBE54F;
}
</style>
background-color css
<style>
a { background-color: #BBE54F; }
a { background-color: rgb(187,229,79); }
div.DivClassName
{
background-color: #BBE54F;
}
.BgClassName
{
background-color: #BBE54F;
}
</style>
border-color css
<style>
span { border-color: #BBE54F; }
span { border-color: rgb(187,229,79); }
td.TdClassName
{
border-color: #BBE54F;
}
.TagClassName
{
border-color: #BBE54F;
}
</style>