Shades of Conifer #CBEC51
Tints of Conifer #CBEC51
RGB
CMYK
RGB Variations
Color information
#CBEC51 (or 0xCBEC51) is known color: Conifer. HEX triplet: CB, EC and 51. RGB value is (203,236,81). Sum of RGB (Red+Green+Blue) = 203+236+81=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 81 (32.03% from 255 or 15.58% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC51 is #3413AE. Grayscale: #D1D1D1. Windows color (decimal): -3412911 or 5369035. OLE color: 5369035.
HSL color Cylindrical-coordinate representation of color #CBEC51: hue angle of 72.77º degrees, saturation: 0.8, 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 #CBEC51 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 81 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.07 |
| HSL | 72.77º | 0.8% | 0.62% | - |
| HSV(B) | 72.77º | 0.66% | 0.93% | - |
| XYZ | 56.11 | 73.28 | 18.97 | - |
| YUV | 208.46 | 56.07 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 81 | 0.14 | 0 | 0.66 | 0.07 | 72.77 | 0.8 | 0.62 |
| Hex | CB | EC | 51 | E | 0 | 42 | 7 | 49 | 50 | 3E |
| Octal | 313 | 354 | 121 | 16 | 0 | 102 | 7 | 111 | 120 | 76 |
| Binary | 11001011 | 11101100 | 1010001 | 1110 | 0 | 1000010 | 111 | 1001001 | 1010000 | 111110 |
Color Harmonies of #CBEC51
Complementary color
Monochromatic Colors of #CBEC51
Black with #CBEC51
Text Example
Text Example
White with #CBEC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC51; }
p { color: rgb(203,236,81); }
H1.HeaderClassName
{
color: #CBEC51;
}
.AnyTagClassName
{
color: #CBEC51;
}
</style>
background-color css
<style>
a { background-color: #CBEC51; }
a { background-color: rgb(203,236,81); }
div.DivClassName
{
background-color: #CBEC51;
}
.BgClassName
{
background-color: #CBEC51;
}
</style>
border-color css
<style>
span { border-color: #CBEC51; }
span { border-color: rgb(203,236,81); }
td.TdClassName
{
border-color: #CBEC51;
}
.TagClassName
{
border-color: #CBEC51;
}
</style>