Shades of Conifer #BBEE4B
Tints of Conifer #BBEE4B
RGB
CMYK
RGB Variations
Color information
#BBEE4B (or 0xBBEE4B) is known color: Conifer. HEX triplet: BB, EE and 4B. RGB value is (187,238,75). Sum of RGB (Red+Green+Blue) = 187+238+75=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEE4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEE4B is #4411B4. Grayscale: #CCCCCC. Windows color (decimal): -4460981 or 4976315. OLE color: 4976315.
HSL color Cylindrical-coordinate representation of color #BBEE4B: hue angle of 78.77º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBEE4B is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 75 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.07 |
| HSL | 78.77º | 0.83% | 0.61% | - |
| HSV(B) | 78.77º | 0.68% | 0.93% | - |
| XYZ | 52.34 | 72.22 | 17.84 | - |
| YUV | 204.17 | 55.1 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 75 | 0.21 | 0 | 0.68 | 0.07 | 78.77 | 0.83 | 0.61 |
| Hex | BB | EE | 4B | 15 | 0 | 44 | 7 | 4F | 53 | 3D |
| Octal | 273 | 356 | 113 | 25 | 0 | 104 | 7 | 117 | 123 | 75 |
| Binary | 10111011 | 11101110 | 1001011 | 10101 | 0 | 1000100 | 111 | 1001111 | 1010011 | 111101 |
Color Harmonies of #BBEE4B
Complementary color
Monochromatic Colors of #BBEE4B
Black with #BBEE4B
Text Example
Text Example
White with #BBEE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEE4B; }
p { color: rgb(187,238,75); }
H1.HeaderClassName
{
color: #BBEE4B;
}
.AnyTagClassName
{
color: #BBEE4B;
}
</style>
background-color css
<style>
a { background-color: #BBEE4B; }
a { background-color: rgb(187,238,75); }
div.DivClassName
{
background-color: #BBEE4B;
}
.BgClassName
{
background-color: #BBEE4B;
}
</style>
border-color css
<style>
span { border-color: #BBEE4B; }
span { border-color: rgb(187,238,75); }
td.TdClassName
{
border-color: #BBEE4B;
}
.TagClassName
{
border-color: #BBEE4B;
}
</style>