Shades of Conifer #BBED42
Tints of Conifer #BBED42
RGB
CMYK
RGB Variations
Color information
#BBED42 (or 0xBBED42) is known color: Conifer. HEX triplet: BB, ED and 42. RGB value is (187,237,66). Sum of RGB (Red+Green+Blue) = 187+237+66=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 66 (26.17% from 255 or 13.47% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBED42 is #4412BD. Grayscale: #CBCBCB. Windows color (decimal): -4461246 or 4386235. OLE color: 4386235.
HSL color Cylindrical-coordinate representation of color #BBED42: hue angle of 77.54º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBED42 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 66 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.07 |
| HSL | 77.54º | 0.83% | 0.59% | - |
| HSV(B) | 77.54º | 0.72% | 0.93% | - |
| XYZ | 51.76 | 71.53 | 16.23 | - |
| YUV | 202.56 | 50.94 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 66 | 0.21 | 0 | 0.72 | 0.07 | 77.54 | 0.83 | 0.59 |
| Hex | BB | ED | 42 | 15 | 0 | 48 | 7 | 4E | 53 | 3B |
| Octal | 273 | 355 | 102 | 25 | 0 | 110 | 7 | 116 | 123 | 73 |
| Binary | 10111011 | 11101101 | 1000010 | 10101 | 0 | 1001000 | 111 | 1001110 | 1010011 | 111011 |
Color Harmonies of #BBED42
Complementary color
Monochromatic Colors of #BBED42
Black with #BBED42
Text Example
Text Example
White with #BBED42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED42; }
p { color: rgb(187,237,66); }
H1.HeaderClassName
{
color: #BBED42;
}
.AnyTagClassName
{
color: #BBED42;
}
</style>
background-color css
<style>
a { background-color: #BBED42; }
a { background-color: rgb(187,237,66); }
div.DivClassName
{
background-color: #BBED42;
}
.BgClassName
{
background-color: #BBED42;
}
</style>
border-color css
<style>
span { border-color: #BBED42; }
span { border-color: rgb(187,237,66); }
td.TdClassName
{
border-color: #BBED42;
}
.TagClassName
{
border-color: #BBED42;
}
</style>