Shades of Conifer #BBEF4D
Tints of Conifer #BBEF4D
RGB
CMYK
RGB Variations
Color information
#BBEF4D (or 0xBBEF4D) is known color: Conifer. HEX triplet: BB, EF and 4D. RGB value is (187,239,77). Sum of RGB (Red+Green+Blue) = 187+239+77=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEF4D is #4410B2. Grayscale: #CDCDCD. Windows color (decimal): -4460723 or 5107643. OLE color: 5107643.
HSL color Cylindrical-coordinate representation of color #BBEF4D: hue angle of 79.26º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBEF4D is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 239 | 77 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.06 |
| HSL | 79.26º | 0.84% | 0.62% | - |
| HSV(B) | 79.26º | 0.68% | 0.94% | - |
| XYZ | 52.7 | 72.83 | 18.3 | - |
| YUV | 204.98 | 55.77 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 77 | 0.22 | 0 | 0.68 | 0.06 | 79.26 | 0.84 | 0.62 |
| Hex | BB | EF | 4D | 16 | 0 | 44 | 6 | 4F | 54 | 3E |
| Octal | 273 | 357 | 115 | 26 | 0 | 104 | 6 | 117 | 124 | 76 |
| Binary | 10111011 | 11101111 | 1001101 | 10110 | 0 | 1000100 | 110 | 1001111 | 1010100 | 111110 |
Color Harmonies of #BBEF4D
Complementary color
Monochromatic Colors of #BBEF4D
Black with #BBEF4D
Text Example
Text Example
White with #BBEF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEF4D; }
p { color: rgb(187,239,77); }
H1.HeaderClassName
{
color: #BBEF4D;
}
.AnyTagClassName
{
color: #BBEF4D;
}
</style>
background-color css
<style>
a { background-color: #BBEF4D; }
a { background-color: rgb(187,239,77); }
div.DivClassName
{
background-color: #BBEF4D;
}
.BgClassName
{
background-color: #BBEF4D;
}
</style>
border-color css
<style>
span { border-color: #BBEF4D; }
span { border-color: rgb(187,239,77); }
td.TdClassName
{
border-color: #BBEF4D;
}
.TagClassName
{
border-color: #BBEF4D;
}
</style>