Shades of Conifer #BBF44D
Tints of Conifer #BBF44D
RGB
CMYK
RGB Variations
Color information
#BBF44D (or 0xBBF44D) is known color: Conifer. HEX triplet: BB, F4 and 4D. RGB value is (187,244,77). Sum of RGB (Red+Green+Blue) = 187+244+77=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF44D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF44D is #440BB2. Grayscale: #D0D0D0. Windows color (decimal): -4459443 or 5108923. OLE color: 5108923.
HSL color Cylindrical-coordinate representation of color #BBF44D: hue angle of 80.48º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBF44D is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 77 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.04 |
| HSL | 80.48º | 0.88% | 0.63% | - |
| HSV(B) | 80.48º | 0.68% | 0.96% | - |
| XYZ | 54.18 | 75.8 | 18.8 | - |
| YUV | 207.92 | 54.12 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 77 | 0.23 | 0 | 0.68 | 0.04 | 80.48 | 0.88 | 0.63 |
| Hex | BB | F4 | 4D | 17 | 0 | 44 | 4 | 50 | 58 | 3F |
| Octal | 273 | 364 | 115 | 27 | 0 | 104 | 4 | 120 | 130 | 77 |
| Binary | 10111011 | 11110100 | 1001101 | 10111 | 0 | 1000100 | 100 | 1010000 | 1011000 | 111111 |
Color Harmonies of #BBF44D
Complementary color
Monochromatic Colors of #BBF44D
Black with #BBF44D
Text Example
Text Example
White with #BBF44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF44D; }
p { color: rgb(187,244,77); }
H1.HeaderClassName
{
color: #BBF44D;
}
.AnyTagClassName
{
color: #BBF44D;
}
</style>
background-color css
<style>
a { background-color: #BBF44D; }
a { background-color: rgb(187,244,77); }
div.DivClassName
{
background-color: #BBF44D;
}
.BgClassName
{
background-color: #BBF44D;
}
</style>
border-color css
<style>
span { border-color: #BBF44D; }
span { border-color: rgb(187,244,77); }
td.TdClassName
{
border-color: #BBF44D;
}
.TagClassName
{
border-color: #BBF44D;
}
</style>