Shades of Conifer #CBE454
Tints of Conifer #CBE454
RGB
CMYK
RGB Variations
Color information
#CBE454 (or 0xCBE454) is known color: Conifer. HEX triplet: CB, E4 and 54. RGB value is (203,228,84). Sum of RGB (Red+Green+Blue) = 203+228+84=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE454 is #341BAB. Grayscale: #CCCCCC. Windows color (decimal): -3414956 or 5563595. OLE color: 5563595.
HSL color Cylindrical-coordinate representation of color #CBE454: hue angle of 70.42º degrees, saturation: 0.73, 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 #CBE454 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 84 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.11 |
| HSL | 70.42º | 0.73% | 0.61% | - |
| HSV(B) | 70.42º | 0.63% | 0.89% | - |
| XYZ | 53.97 | 68.82 | 18.83 | - |
| YUV | 204.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 84 | 0.11 | 0 | 0.63 | 0.11 | 70.42 | 0.73 | 0.61 |
| Hex | CB | E4 | 54 | B | 0 | 3F | B | 46 | 49 | 3D |
| Octal | 313 | 344 | 124 | 13 | 0 | 77 | 13 | 106 | 111 | 75 |
| Binary | 11001011 | 11100100 | 1010100 | 1011 | 0 | 111111 | 1011 | 1000110 | 1001001 | 111101 |
Color Harmonies of #CBE454
Complementary color
Monochromatic Colors of #CBE454
Black with #CBE454
Text Example
Text Example
White with #CBE454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE454; }
p { color: rgb(203,228,84); }
H1.HeaderClassName
{
color: #CBE454;
}
.AnyTagClassName
{
color: #CBE454;
}
</style>
background-color css
<style>
a { background-color: #CBE454; }
a { background-color: rgb(203,228,84); }
div.DivClassName
{
background-color: #CBE454;
}
.BgClassName
{
background-color: #CBE454;
}
</style>
border-color css
<style>
span { border-color: #CBE454; }
span { border-color: rgb(203,228,84); }
td.TdClassName
{
border-color: #CBE454;
}
.TagClassName
{
border-color: #CBE454;
}
</style>