Shades of Conifer #CBEE54
Tints of Conifer #CBEE54
RGB
CMYK
RGB Variations
Color information
#CBEE54 (or 0xCBEE54) is known color: Conifer. HEX triplet: CB, EE and 54. RGB value is (203,238,84). Sum of RGB (Red+Green+Blue) = 203+238+84=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 84 (33.20% from 255 or 16% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEE54 is #3411AB. Grayscale: #D2D2D2. Windows color (decimal): -3412396 or 5566155. OLE color: 5566155.
HSL color Cylindrical-coordinate representation of color #CBEE54: hue angle of 73.64º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBEE54 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 84 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.07 |
| HSL | 73.64º | 0.82% | 0.63% | - |
| HSV(B) | 73.64º | 0.65% | 0.93% | - |
| XYZ | 56.8 | 74.49 | 19.77 | - |
| YUV | 209.98 | 56.9 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 84 | 0.15 | 0 | 0.65 | 0.07 | 73.64 | 0.82 | 0.63 |
| Hex | CB | EE | 54 | F | 0 | 41 | 7 | 4A | 52 | 3F |
| Octal | 313 | 356 | 124 | 17 | 0 | 101 | 7 | 112 | 122 | 77 |
| Binary | 11001011 | 11101110 | 1010100 | 1111 | 0 | 1000001 | 111 | 1001010 | 1010010 | 111111 |
Color Harmonies of #CBEE54
Complementary color
Monochromatic Colors of #CBEE54
Black with #CBEE54
Text Example
Text Example
White with #CBEE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEE54; }
p { color: rgb(203,238,84); }
H1.HeaderClassName
{
color: #CBEE54;
}
.AnyTagClassName
{
color: #CBEE54;
}
</style>
background-color css
<style>
a { background-color: #CBEE54; }
a { background-color: rgb(203,238,84); }
div.DivClassName
{
background-color: #CBEE54;
}
.BgClassName
{
background-color: #CBEE54;
}
</style>
border-color css
<style>
span { border-color: #CBEE54; }
span { border-color: rgb(203,238,84); }
td.TdClassName
{
border-color: #CBEE54;
}
.TagClassName
{
border-color: #CBEE54;
}
</style>