Shades of Conifer #BBF04A
Tints of Conifer #BBF04A
RGB
CMYK
RGB Variations
Color information
#BBF04A (or 0xBBF04A) is known color: Conifer. HEX triplet: BB, F0 and 4A. RGB value is (187,240,74). Sum of RGB (Red+Green+Blue) = 187+240+74=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF04A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF04A is #440FB5. Grayscale: #CDCDCD. Windows color (decimal): -4460470 or 4911291. OLE color: 4911291.
HSL color Cylindrical-coordinate representation of color #BBF04A: hue angle of 79.16º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBF04A is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 74 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.06 |
| HSL | 79.16º | 0.85% | 0.62% | - |
| HSV(B) | 79.16º | 0.69% | 0.94% | - |
| XYZ | 52.89 | 73.38 | 17.85 | - |
| YUV | 205.23 | 53.94 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 74 | 0.22 | 0 | 0.69 | 0.06 | 79.16 | 0.85 | 0.62 |
| Hex | BB | F0 | 4A | 16 | 0 | 45 | 6 | 4F | 55 | 3E |
| Octal | 273 | 360 | 112 | 26 | 0 | 105 | 6 | 117 | 125 | 76 |
| Binary | 10111011 | 11110000 | 1001010 | 10110 | 0 | 1000101 | 110 | 1001111 | 1010101 | 111110 |
Color Harmonies of #BBF04A
Complementary color
Monochromatic Colors of #BBF04A
Black with #BBF04A
Text Example
Text Example
White with #BBF04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF04A; }
p { color: rgb(187,240,74); }
H1.HeaderClassName
{
color: #BBF04A;
}
.AnyTagClassName
{
color: #BBF04A;
}
</style>
background-color css
<style>
a { background-color: #BBF04A; }
a { background-color: rgb(187,240,74); }
div.DivClassName
{
background-color: #BBF04A;
}
.BgClassName
{
background-color: #BBF04A;
}
</style>
border-color css
<style>
span { border-color: #BBF04A; }
span { border-color: rgb(187,240,74); }
td.TdClassName
{
border-color: #BBF04A;
}
.TagClassName
{
border-color: #BBF04A;
}
</style>