Shades of Conifer #CBEE50
Tints of Conifer #CBEE50
RGB
CMYK
RGB Variations
Color information
#CBEE50 (or 0xCBEE50) is known color: Conifer. HEX triplet: CB, EE and 50. RGB value is (203,238,80). Sum of RGB (Red+Green+Blue) = 203+238+80=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEE50 is #3411AF. Grayscale: #D2D2D2. Windows color (decimal): -3412400 or 5304011. OLE color: 5304011.
HSL color Cylindrical-coordinate representation of color #CBEE50: hue angle of 73.29º degrees, saturation: 0.82, 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 #CBEE50 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 80 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.07 |
| HSL | 73.29º | 0.82% | 0.62% | - |
| HSV(B) | 73.29º | 0.66% | 0.93% | - |
| XYZ | 56.65 | 74.42 | 18.97 | - |
| YUV | 209.52 | 54.9 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 80 | 0.15 | 0 | 0.66 | 0.07 | 73.29 | 0.82 | 0.62 |
| Hex | CB | EE | 50 | F | 0 | 42 | 7 | 49 | 52 | 3E |
| Octal | 313 | 356 | 120 | 17 | 0 | 102 | 7 | 111 | 122 | 76 |
| Binary | 11001011 | 11101110 | 1010000 | 1111 | 0 | 1000010 | 111 | 1001001 | 1010010 | 111110 |
Color Harmonies of #CBEE50
Complementary color
Monochromatic Colors of #CBEE50
Black with #CBEE50
Text Example
Text Example
White with #CBEE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEE50; }
p { color: rgb(203,238,80); }
H1.HeaderClassName
{
color: #CBEE50;
}
.AnyTagClassName
{
color: #CBEE50;
}
</style>
background-color css
<style>
a { background-color: #CBEE50; }
a { background-color: rgb(203,238,80); }
div.DivClassName
{
background-color: #CBEE50;
}
.BgClassName
{
background-color: #CBEE50;
}
</style>
border-color css
<style>
span { border-color: #CBEE50; }
span { border-color: rgb(203,238,80); }
td.TdClassName
{
border-color: #CBEE50;
}
.TagClassName
{
border-color: #CBEE50;
}
</style>