Shades of Conifer #BBED41
Tints of Conifer #BBED41
RGB
CMYK
RGB Variations
Color information
#BBED41 (or 0xBBED41) is known color: Conifer. HEX triplet: BB, ED and 41. RGB value is (187,237,65). Sum of RGB (Red+Green+Blue) = 187+237+65=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 65 (25.78% from 255 or 13.29% from 489); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBED41 is #4412BE. Grayscale: #CBCBCB. Windows color (decimal): -4461247 or 4320699. OLE color: 4320699.
HSL color Cylindrical-coordinate representation of color #BBED41: hue angle of 77.44º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBED41 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 65 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.07 |
| HSL | 77.44º | 0.83% | 0.59% | - |
| HSV(B) | 77.44º | 0.73% | 0.93% | - |
| XYZ | 51.73 | 71.51 | 16.08 | - |
| YUV | 202.44 | 50.44 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 65 | 0.21 | 0 | 0.73 | 0.07 | 77.44 | 0.83 | 0.59 |
| Hex | BB | ED | 41 | 15 | 0 | 49 | 7 | 4D | 53 | 3B |
| Octal | 273 | 355 | 101 | 25 | 0 | 111 | 7 | 115 | 123 | 73 |
| Binary | 10111011 | 11101101 | 1000001 | 10101 | 0 | 1001001 | 111 | 1001101 | 1010011 | 111011 |
Color Harmonies of #BBED41
Complementary color
Monochromatic Colors of #BBED41
Black with #BBED41
Text Example
Text Example
White with #BBED41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED41; }
p { color: rgb(187,237,65); }
H1.HeaderClassName
{
color: #BBED41;
}
.AnyTagClassName
{
color: #BBED41;
}
</style>
background-color css
<style>
a { background-color: #BBED41; }
a { background-color: rgb(187,237,65); }
div.DivClassName
{
background-color: #BBED41;
}
.BgClassName
{
background-color: #BBED41;
}
</style>
border-color css
<style>
span { border-color: #BBED41; }
span { border-color: rgb(187,237,65); }
td.TdClassName
{
border-color: #BBED41;
}
.TagClassName
{
border-color: #BBED41;
}
</style>