Shades of Conifer #BBEE64
Tints of Conifer #BBEE64
RGB
CMYK
RGB Variations
Color information
#BBEE64 (or 0xBBEE64) is known color: Conifer. HEX triplet: BB, EE and 64. RGB value is (187,238,100). Sum of RGB (Red+Green+Blue) = 187+238+100=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEE64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEE64 is #44119B. Grayscale: #CFCFCF. Windows color (decimal): -4460956 or 6614715. OLE color: 6614715.
HSL color Cylindrical-coordinate representation of color #BBEE64: hue angle of 82.17º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBEE64 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 100 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.07 |
| HSL | 82.17º | 0.8% | 0.66% | - |
| HSV(B) | 82.17º | 0.58% | 0.93% | - |
| XYZ | 53.37 | 72.63 | 23.26 | - |
| YUV | 207.02 | 67.6 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 100 | 0.21 | 0 | 0.58 | 0.07 | 82.17 | 0.8 | 0.66 |
| Hex | BB | EE | 64 | 15 | 0 | 3A | 7 | 52 | 50 | 42 |
| Octal | 273 | 356 | 144 | 25 | 0 | 72 | 7 | 122 | 120 | 102 |
| Binary | 10111011 | 11101110 | 1100100 | 10101 | 0 | 111010 | 111 | 1010010 | 1010000 | 1000010 |
Color Harmonies of #BBEE64
Complementary color
Monochromatic Colors of #BBEE64
Black with #BBEE64
Text Example
Text Example
White with #BBEE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEE64; }
p { color: rgb(187,238,100); }
H1.HeaderClassName
{
color: #BBEE64;
}
.AnyTagClassName
{
color: #BBEE64;
}
</style>
background-color css
<style>
a { background-color: #BBEE64; }
a { background-color: rgb(187,238,100); }
div.DivClassName
{
background-color: #BBEE64;
}
.BgClassName
{
background-color: #BBEE64;
}
</style>
border-color css
<style>
span { border-color: #BBEE64; }
span { border-color: rgb(187,238,100); }
td.TdClassName
{
border-color: #BBEE64;
}
.TagClassName
{
border-color: #BBEE64;
}
</style>