Shades of Conifer #BBF94E
Tints of Conifer #BBF94E
RGB
CMYK
RGB Variations
Color information
#BBF94E (or 0xBBF94E) is known color: Conifer. HEX triplet: BB, F9 and 4E. RGB value is (187,249,78). Sum of RGB (Red+Green+Blue) = 187+249+78=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 78 (30.86% from 255 or 15.18% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF94E is #4406B1. Grayscale: #D3D3D3. Windows color (decimal): -4458162 or 5175739. OLE color: 5175739.
HSL color Cylindrical-coordinate representation of color #BBF94E: hue angle of 81.75º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBF94E is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 78 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.02 |
| HSL | 81.75º | 0.93% | 0.64% | - |
| HSV(B) | 81.75º | 0.69% | 0.98% | - |
| XYZ | 55.74 | 78.87 | 19.49 | - |
| YUV | 210.97 | 52.96 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 78 | 0.25 | 0 | 0.69 | 0.02 | 81.75 | 0.93 | 0.64 |
| Hex | BB | F9 | 4E | 19 | 0 | 45 | 2 | 52 | 5D | 40 |
| Octal | 273 | 371 | 116 | 31 | 0 | 105 | 2 | 122 | 135 | 100 |
| Binary | 10111011 | 11111001 | 1001110 | 11001 | 0 | 1000101 | 10 | 1010010 | 1011101 | 1000000 |
Color Harmonies of #BBF94E
Complementary color
Monochromatic Colors of #BBF94E
Black with #BBF94E
Text Example
Text Example
White with #BBF94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF94E; }
p { color: rgb(187,249,78); }
H1.HeaderClassName
{
color: #BBF94E;
}
.AnyTagClassName
{
color: #BBF94E;
}
</style>
background-color css
<style>
a { background-color: #BBF94E; }
a { background-color: rgb(187,249,78); }
div.DivClassName
{
background-color: #BBF94E;
}
.BgClassName
{
background-color: #BBF94E;
}
</style>
border-color css
<style>
span { border-color: #BBF94E; }
span { border-color: rgb(187,249,78); }
td.TdClassName
{
border-color: #BBF94E;
}
.TagClassName
{
border-color: #BBF94E;
}
</style>