Shades of Conifer #BBEE42
Tints of Conifer #BBEE42
RGB
CMYK
RGB Variations
Color information
#BBEE42 (or 0xBBEE42) is known color: Conifer. HEX triplet: BB, EE and 42. RGB value is (187,238,66). Sum of RGB (Red+Green+Blue) = 187+238+66=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 66 (26.17% from 255 or 13.44% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEE42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEE42 is #4411BD. Grayscale: #CBCBCB. Windows color (decimal): -4460990 or 4386491. OLE color: 4386491.
HSL color Cylindrical-coordinate representation of color #BBEE42: hue angle of 77.79º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBEE42 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 66 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.07 |
| HSL | 77.79º | 0.83% | 0.6% | - |
| HSV(B) | 77.79º | 0.72% | 0.93% | - |
| XYZ | 52.05 | 72.11 | 16.33 | - |
| YUV | 203.14 | 50.6 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 66 | 0.21 | 0 | 0.72 | 0.07 | 77.79 | 0.83 | 0.6 |
| Hex | BB | EE | 42 | 15 | 0 | 48 | 7 | 4E | 53 | 3C |
| Octal | 273 | 356 | 102 | 25 | 0 | 110 | 7 | 116 | 123 | 74 |
| Binary | 10111011 | 11101110 | 1000010 | 10101 | 0 | 1001000 | 111 | 1001110 | 1010011 | 111100 |
Color Harmonies of #BBEE42
Complementary color
Monochromatic Colors of #BBEE42
Black with #BBEE42
Text Example
Text Example
White with #BBEE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEE42; }
p { color: rgb(187,238,66); }
H1.HeaderClassName
{
color: #BBEE42;
}
.AnyTagClassName
{
color: #BBEE42;
}
</style>
background-color css
<style>
a { background-color: #BBEE42; }
a { background-color: rgb(187,238,66); }
div.DivClassName
{
background-color: #BBEE42;
}
.BgClassName
{
background-color: #BBEE42;
}
</style>
border-color css
<style>
span { border-color: #BBEE42; }
span { border-color: rgb(187,238,66); }
td.TdClassName
{
border-color: #BBEE42;
}
.TagClassName
{
border-color: #BBEE42;
}
</style>