Shades of Conifer #BBED5E
Tints of Conifer #BBED5E
RGB
CMYK
RGB Variations
Color information
#BBED5E (or 0xBBED5E) is known color: Conifer. HEX triplet: BB, ED and 5E. RGB value is (187,237,94). Sum of RGB (Red+Green+Blue) = 187+237+94=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBED5E is #4412A1. Grayscale: #CECECE. Windows color (decimal): -4461218 or 6221243. OLE color: 6221243.
HSL color Cylindrical-coordinate representation of color #BBED5E: hue angle of 80.98º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBED5E is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 94 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.07 |
| HSL | 80.98º | 0.8% | 0.65% | - |
| HSV(B) | 80.98º | 0.6% | 0.93% | - |
| XYZ | 52.8 | 71.94 | 21.69 | - |
| YUV | 205.75 | 64.94 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 94 | 0.21 | 0 | 0.60 | 0.07 | 80.98 | 0.8 | 0.65 |
| Hex | BB | ED | 5E | 15 | 0 | 3C | 7 | 51 | 50 | 41 |
| Octal | 273 | 355 | 136 | 25 | 0 | 74 | 7 | 121 | 120 | 101 |
| Binary | 10111011 | 11101101 | 1011110 | 10101 | 0 | 111100 | 111 | 1010001 | 1010000 | 1000001 |
Color Harmonies of #BBED5E
Complementary color
Monochromatic Colors of #BBED5E
Black with #BBED5E
Text Example
Text Example
White with #BBED5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED5E; }
p { color: rgb(187,237,94); }
H1.HeaderClassName
{
color: #BBED5E;
}
.AnyTagClassName
{
color: #BBED5E;
}
</style>
background-color css
<style>
a { background-color: #BBED5E; }
a { background-color: rgb(187,237,94); }
div.DivClassName
{
background-color: #BBED5E;
}
.BgClassName
{
background-color: #BBED5E;
}
</style>
border-color css
<style>
span { border-color: #BBED5E; }
span { border-color: rgb(187,237,94); }
td.TdClassName
{
border-color: #BBED5E;
}
.TagClassName
{
border-color: #BBED5E;
}
</style>