Shades of Conifer #BBED50
Tints of Conifer #BBED50
RGB
CMYK
RGB Variations
Color information
#BBED50 (or 0xBBED50) is known color: Conifer. HEX triplet: BB, ED and 50. RGB value is (187,237,80). Sum of RGB (Red+Green+Blue) = 187+237+80=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBED50 is #4412AF. Grayscale: #CCCCCC. Windows color (decimal): -4461232 or 5303739. OLE color: 5303739.
HSL color Cylindrical-coordinate representation of color #BBED50: hue angle of 79.11º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBED50 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 80 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.07 |
| HSL | 79.11º | 0.81% | 0.62% | - |
| HSV(B) | 79.11º | 0.66% | 0.93% | - |
| XYZ | 52.23 | 71.71 | 18.68 | - |
| YUV | 204.15 | 57.94 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 80 | 0.21 | 0 | 0.66 | 0.07 | 79.11 | 0.81 | 0.62 |
| Hex | BB | ED | 50 | 15 | 0 | 42 | 7 | 4F | 51 | 3E |
| Octal | 273 | 355 | 120 | 25 | 0 | 102 | 7 | 117 | 121 | 76 |
| Binary | 10111011 | 11101101 | 1010000 | 10101 | 0 | 1000010 | 111 | 1001111 | 1010001 | 111110 |
Color Harmonies of #BBED50
Complementary color
Monochromatic Colors of #BBED50
Black with #BBED50
Text Example
Text Example
White with #BBED50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED50; }
p { color: rgb(187,237,80); }
H1.HeaderClassName
{
color: #BBED50;
}
.AnyTagClassName
{
color: #BBED50;
}
</style>
background-color css
<style>
a { background-color: #BBED50; }
a { background-color: rgb(187,237,80); }
div.DivClassName
{
background-color: #BBED50;
}
.BgClassName
{
background-color: #BBED50;
}
</style>
border-color css
<style>
span { border-color: #BBED50; }
span { border-color: rgb(187,237,80); }
td.TdClassName
{
border-color: #BBED50;
}
.TagClassName
{
border-color: #BBED50;
}
</style>