Shades of Conifer #BBEE40
Tints of Conifer #BBEE40
RGB
CMYK
RGB Variations
Color information
#BBEE40 (or 0xBBEE40) is known color: Conifer. HEX triplet: BB, EE and 40. RGB value is (187,238,64). Sum of RGB (Red+Green+Blue) = 187+238+64=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEE40 is #4411BF. Grayscale: #CBCBCB. Windows color (decimal): -4460992 or 4255419. OLE color: 4255419.
HSL color Cylindrical-coordinate representation of color #BBEE40: hue angle of 77.59º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBEE40 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 64 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.07 |
| HSL | 77.59º | 0.84% | 0.59% | - |
| HSV(B) | 77.59º | 0.73% | 0.93% | - |
| XYZ | 51.99 | 72.08 | 16.02 | - |
| YUV | 202.92 | 49.6 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 64 | 0.21 | 0 | 0.73 | 0.07 | 77.59 | 0.84 | 0.59 |
| Hex | BB | EE | 40 | 15 | 0 | 49 | 7 | 4E | 54 | 3B |
| Octal | 273 | 356 | 100 | 25 | 0 | 111 | 7 | 116 | 124 | 73 |
| Binary | 10111011 | 11101110 | 1000000 | 10101 | 0 | 1001001 | 111 | 1001110 | 1010100 | 111011 |
Color Harmonies of #BBEE40
Complementary color
Monochromatic Colors of #BBEE40
Black with #BBEE40
Text Example
Text Example
White with #BBEE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEE40; }
p { color: rgb(187,238,64); }
H1.HeaderClassName
{
color: #BBEE40;
}
.AnyTagClassName
{
color: #BBEE40;
}
</style>
background-color css
<style>
a { background-color: #BBEE40; }
a { background-color: rgb(187,238,64); }
div.DivClassName
{
background-color: #BBEE40;
}
.BgClassName
{
background-color: #BBEE40;
}
</style>
border-color css
<style>
span { border-color: #BBEE40; }
span { border-color: rgb(187,238,64); }
td.TdClassName
{
border-color: #BBEE40;
}
.TagClassName
{
border-color: #BBEE40;
}
</style>