Shades of Conifer #CCE653
Tints of Conifer #CCE653
RGB
CMYK
RGB Variations
Color information
#CCE653 (or 0xCCE653) is known color: Conifer. HEX triplet: CC, E6 and 53. RGB value is (204,230,83). Sum of RGB (Red+Green+Blue) = 204+230+83=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 83 (32.81% from 255 or 16.05% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE653 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE653 is #3319AC. Grayscale: #CECECE. Windows color (decimal): -3348909 or 5498572. OLE color: 5498572.
HSL color Cylindrical-coordinate representation of color #CCE653: hue angle of 70.61º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCE653 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 83 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.10 |
| HSL | 70.61º | 0.75% | 0.61% | - |
| HSV(B) | 70.61º | 0.64% | 0.9% | - |
| XYZ | 54.76 | 70.06 | 18.82 | - |
| YUV | 205.47 | 58.89 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 83 | 0.11 | 0 | 0.64 | 0.10 | 70.61 | 0.75 | 0.61 |
| Hex | CC | E6 | 53 | B | 0 | 40 | A | 47 | 4B | 3D |
| Octal | 314 | 346 | 123 | 13 | 0 | 100 | 12 | 107 | 113 | 75 |
| Binary | 11001100 | 11100110 | 1010011 | 1011 | 0 | 1000000 | 1010 | 1000111 | 1001011 | 111101 |
Color Harmonies of #CCE653
Complementary color
Monochromatic Colors of #CCE653
Black with #CCE653
Text Example
Text Example
White with #CCE653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE653; }
p { color: rgb(204,230,83); }
H1.HeaderClassName
{
color: #CCE653;
}
.AnyTagClassName
{
color: #CCE653;
}
</style>
background-color css
<style>
a { background-color: #CCE653; }
a { background-color: rgb(204,230,83); }
div.DivClassName
{
background-color: #CCE653;
}
.BgClassName
{
background-color: #CCE653;
}
</style>
border-color css
<style>
span { border-color: #CCE653; }
span { border-color: rgb(204,230,83); }
td.TdClassName
{
border-color: #CCE653;
}
.TagClassName
{
border-color: #CCE653;
}
</style>