Shades of Conifer #BBED64
Tints of Conifer #BBED64
RGB
CMYK
RGB Variations
Color information
#BBED64 (or 0xBBED64) is known color: Conifer. HEX triplet: BB, ED and 64. RGB value is (187,237,100). Sum of RGB (Red+Green+Blue) = 187+237+100=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBED64 is #44129B. Grayscale: #CECECE. Windows color (decimal): -4461212 or 6614459. OLE color: 6614459.
HSL color Cylindrical-coordinate representation of color #BBED64: hue angle of 81.9º degrees, saturation: 0.79, 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 #BBED64 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 100 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.07 |
| HSL | 81.9º | 0.79% | 0.66% | - |
| HSV(B) | 81.9º | 0.58% | 0.93% | - |
| XYZ | 53.08 | 72.05 | 23.17 | - |
| YUV | 206.43 | 67.94 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 100 | 0.21 | 0 | 0.58 | 0.07 | 81.9 | 0.79 | 0.66 |
| Hex | BB | ED | 64 | 15 | 0 | 3A | 7 | 52 | 4F | 42 |
| Octal | 273 | 355 | 144 | 25 | 0 | 72 | 7 | 122 | 117 | 102 |
| Binary | 10111011 | 11101101 | 1100100 | 10101 | 0 | 111010 | 111 | 1010010 | 1001111 | 1000010 |
Color Harmonies of #BBED64
Complementary color
Monochromatic Colors of #BBED64
Black with #BBED64
Text Example
Text Example
White with #BBED64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED64; }
p { color: rgb(187,237,100); }
H1.HeaderClassName
{
color: #BBED64;
}
.AnyTagClassName
{
color: #BBED64;
}
</style>
background-color css
<style>
a { background-color: #BBED64; }
a { background-color: rgb(187,237,100); }
div.DivClassName
{
background-color: #BBED64;
}
.BgClassName
{
background-color: #BBED64;
}
</style>
border-color css
<style>
span { border-color: #BBED64; }
span { border-color: rgb(187,237,100); }
td.TdClassName
{
border-color: #BBED64;
}
.TagClassName
{
border-color: #BBED64;
}
</style>