Shades of Conifer #CBE354
Tints of Conifer #CBE354
RGB
CMYK
RGB Variations
Color information
#CBE354 (or 0xCBE354) is known color: Conifer. HEX triplet: CB, E3 and 54. RGB value is (203,227,84). Sum of RGB (Red+Green+Blue) = 203+227+84=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE354 is #341CAB. Grayscale: #CCCCCC. Windows color (decimal): -3415212 or 5563339. OLE color: 5563339.
HSL color Cylindrical-coordinate representation of color #CBE354: hue angle of 70.07º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBE354 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 84 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.11 |
| HSL | 70.07º | 0.72% | 0.61% | - |
| HSV(B) | 70.07º | 0.63% | 0.89% | - |
| XYZ | 53.7 | 68.27 | 18.74 | - |
| YUV | 203.52 | 60.55 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 84 | 0.11 | 0 | 0.63 | 0.11 | 70.07 | 0.72 | 0.61 |
| Hex | CB | E3 | 54 | B | 0 | 3F | B | 46 | 48 | 3D |
| Octal | 313 | 343 | 124 | 13 | 0 | 77 | 13 | 106 | 110 | 75 |
| Binary | 11001011 | 11100011 | 1010100 | 1011 | 0 | 111111 | 1011 | 1000110 | 1001000 | 111101 |
Color Harmonies of #CBE354
Complementary color
Monochromatic Colors of #CBE354
Black with #CBE354
Text Example
Text Example
White with #CBE354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE354; }
p { color: rgb(203,227,84); }
H1.HeaderClassName
{
color: #CBE354;
}
.AnyTagClassName
{
color: #CBE354;
}
</style>
background-color css
<style>
a { background-color: #CBE354; }
a { background-color: rgb(203,227,84); }
div.DivClassName
{
background-color: #CBE354;
}
.BgClassName
{
background-color: #CBE354;
}
</style>
border-color css
<style>
span { border-color: #CBE354; }
span { border-color: rgb(203,227,84); }
td.TdClassName
{
border-color: #CBE354;
}
.TagClassName
{
border-color: #CBE354;
}
</style>