Shades of Conifer #BBF44A
Tints of Conifer #BBF44A
RGB
CMYK
RGB Variations
Color information
#BBF44A (or 0xBBF44A) is known color: Conifer. HEX triplet: BB, F4 and 4A. RGB value is (187,244,74). Sum of RGB (Red+Green+Blue) = 187+244+74=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF44A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF44A is #440BB5. Grayscale: #D0D0D0. Windows color (decimal): -4459446 or 4912315. OLE color: 4912315.
HSL color Cylindrical-coordinate representation of color #BBF44A: hue angle of 80.12º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBF44A is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 74 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.04 |
| HSL | 80.12º | 0.89% | 0.62% | - |
| HSV(B) | 80.12º | 0.7% | 0.96% | - |
| XYZ | 54.08 | 75.76 | 18.25 | - |
| YUV | 207.58 | 52.62 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 74 | 0.23 | 0 | 0.70 | 0.04 | 80.12 | 0.89 | 0.62 |
| Hex | BB | F4 | 4A | 17 | 0 | 46 | 4 | 50 | 59 | 3E |
| Octal | 273 | 364 | 112 | 27 | 0 | 106 | 4 | 120 | 131 | 76 |
| Binary | 10111011 | 11110100 | 1001010 | 10111 | 0 | 1000110 | 100 | 1010000 | 1011001 | 111110 |
Color Harmonies of #BBF44A
Complementary color
Monochromatic Colors of #BBF44A
Black with #BBF44A
Text Example
Text Example
White with #BBF44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF44A; }
p { color: rgb(187,244,74); }
H1.HeaderClassName
{
color: #BBF44A;
}
.AnyTagClassName
{
color: #BBF44A;
}
</style>
background-color css
<style>
a { background-color: #BBF44A; }
a { background-color: rgb(187,244,74); }
div.DivClassName
{
background-color: #BBF44A;
}
.BgClassName
{
background-color: #BBF44A;
}
</style>
border-color css
<style>
span { border-color: #BBF44A; }
span { border-color: rgb(187,244,74); }
td.TdClassName
{
border-color: #BBF44A;
}
.TagClassName
{
border-color: #BBF44A;
}
</style>