Shades of Conifer #BBED4C
Tints of Conifer #BBED4C
RGB
CMYK
RGB Variations
Color information
#BBED4C (or 0xBBED4C) is known color: Conifer. HEX triplet: BB, ED and 4C. RGB value is (187,237,76). Sum of RGB (Red+Green+Blue) = 187+237+76=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBED4C is #4412B3. Grayscale: #CCCCCC. Windows color (decimal): -4461236 or 5041595. OLE color: 5041595.
HSL color Cylindrical-coordinate representation of color #BBED4C: hue angle of 78.63º degrees, saturation: 0.82, 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 #BBED4C is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 76 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.07 |
| HSL | 78.63º | 0.82% | 0.61% | - |
| HSV(B) | 78.63º | 0.68% | 0.93% | - |
| XYZ | 52.08 | 71.65 | 17.92 | - |
| YUV | 203.7 | 55.94 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 76 | 0.21 | 0 | 0.68 | 0.07 | 78.63 | 0.82 | 0.61 |
| Hex | BB | ED | 4C | 15 | 0 | 44 | 7 | 4F | 52 | 3D |
| Octal | 273 | 355 | 114 | 25 | 0 | 104 | 7 | 117 | 122 | 75 |
| Binary | 10111011 | 11101101 | 1001100 | 10101 | 0 | 1000100 | 111 | 1001111 | 1010010 | 111101 |
Color Harmonies of #BBED4C
Complementary color
Monochromatic Colors of #BBED4C
Black with #BBED4C
Text Example
Text Example
White with #BBED4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED4C; }
p { color: rgb(187,237,76); }
H1.HeaderClassName
{
color: #BBED4C;
}
.AnyTagClassName
{
color: #BBED4C;
}
</style>
background-color css
<style>
a { background-color: #BBED4C; }
a { background-color: rgb(187,237,76); }
div.DivClassName
{
background-color: #BBED4C;
}
.BgClassName
{
background-color: #BBED4C;
}
</style>
border-color css
<style>
span { border-color: #BBED4C; }
span { border-color: rgb(187,237,76); }
td.TdClassName
{
border-color: #BBED4C;
}
.TagClassName
{
border-color: #BBED4C;
}
</style>