Shades of Conifer #BBEE4D
Tints of Conifer #BBEE4D
RGB
CMYK
RGB Variations
Color information
#BBEE4D (or 0xBBEE4D) is known color: Conifer. HEX triplet: BB, EE and 4D. RGB value is (187,238,77). Sum of RGB (Red+Green+Blue) = 187+238+77=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEE4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEE4D is #4411B2. Grayscale: #CCCCCC. Windows color (decimal): -4460979 or 5107387. OLE color: 5107387.
HSL color Cylindrical-coordinate representation of color #BBEE4D: hue angle of 79.01º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBEE4D is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 77 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.07 |
| HSL | 79.01º | 0.83% | 0.62% | - |
| HSV(B) | 79.01º | 0.68% | 0.93% | - |
| XYZ | 52.41 | 72.25 | 18.2 | - |
| YUV | 204.4 | 56.1 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 77 | 0.21 | 0 | 0.68 | 0.07 | 79.01 | 0.83 | 0.62 |
| Hex | BB | EE | 4D | 15 | 0 | 44 | 7 | 4F | 53 | 3E |
| Octal | 273 | 356 | 115 | 25 | 0 | 104 | 7 | 117 | 123 | 76 |
| Binary | 10111011 | 11101110 | 1001101 | 10101 | 0 | 1000100 | 111 | 1001111 | 1010011 | 111110 |
Color Harmonies of #BBEE4D
Complementary color
Monochromatic Colors of #BBEE4D
Black with #BBEE4D
Text Example
Text Example
White with #BBEE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEE4D; }
p { color: rgb(187,238,77); }
H1.HeaderClassName
{
color: #BBEE4D;
}
.AnyTagClassName
{
color: #BBEE4D;
}
</style>
background-color css
<style>
a { background-color: #BBEE4D; }
a { background-color: rgb(187,238,77); }
div.DivClassName
{
background-color: #BBEE4D;
}
.BgClassName
{
background-color: #BBEE4D;
}
</style>
border-color css
<style>
span { border-color: #BBEE4D; }
span { border-color: rgb(187,238,77); }
td.TdClassName
{
border-color: #BBEE4D;
}
.TagClassName
{
border-color: #BBEE4D;
}
</style>