Shades of Conifer #BBEF5E
Tints of Conifer #BBEF5E
RGB
CMYK
RGB Variations
Color information
#BBEF5E (or 0xBBEF5E) is known color: Conifer. HEX triplet: BB, EF and 5E. RGB value is (187,239,94). Sum of RGB (Red+Green+Blue) = 187+239+94=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEF5E is #4410A1. Grayscale: #CFCFCF. Windows color (decimal): -4460706 or 6221755. OLE color: 6221755.
HSL color Cylindrical-coordinate representation of color #BBEF5E: hue angle of 81.52º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBEF5E is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 239 | 94 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.06 |
| HSL | 81.52º | 0.82% | 0.65% | - |
| HSV(B) | 81.52º | 0.61% | 0.94% | - |
| XYZ | 53.38 | 73.11 | 21.89 | - |
| YUV | 206.92 | 64.27 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 94 | 0.22 | 0 | 0.61 | 0.06 | 81.52 | 0.82 | 0.65 |
| Hex | BB | EF | 5E | 16 | 0 | 3D | 6 | 52 | 52 | 41 |
| Octal | 273 | 357 | 136 | 26 | 0 | 75 | 6 | 122 | 122 | 101 |
| Binary | 10111011 | 11101111 | 1011110 | 10110 | 0 | 111101 | 110 | 1010010 | 1010010 | 1000001 |
Color Harmonies of #BBEF5E
Complementary color
Monochromatic Colors of #BBEF5E
Black with #BBEF5E
Text Example
Text Example
White with #BBEF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEF5E; }
p { color: rgb(187,239,94); }
H1.HeaderClassName
{
color: #BBEF5E;
}
.AnyTagClassName
{
color: #BBEF5E;
}
</style>
background-color css
<style>
a { background-color: #BBEF5E; }
a { background-color: rgb(187,239,94); }
div.DivClassName
{
background-color: #BBEF5E;
}
.BgClassName
{
background-color: #BBEF5E;
}
</style>
border-color css
<style>
span { border-color: #BBEF5E; }
span { border-color: rgb(187,239,94); }
td.TdClassName
{
border-color: #BBEF5E;
}
.TagClassName
{
border-color: #BBEF5E;
}
</style>