Shades of Conifer #CCE652
Tints of Conifer #CCE652
RGB
CMYK
RGB Variations
Color information
#CCE652 (or 0xCCE652) is known color: Conifer. HEX triplet: CC, E6 and 52. RGB value is (204,230,82). Sum of RGB (Red+Green+Blue) = 204+230+82=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 82 (32.42% from 255 or 15.89% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE652 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE652 is #3319AD. Grayscale: #CDCDCD. Windows color (decimal): -3348910 or 5433036. OLE color: 5433036.
HSL color Cylindrical-coordinate representation of color #CCE652: hue angle of 70.54º 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 #CCE652 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 82 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.10 |
| HSL | 70.54º | 0.75% | 0.61% | - |
| HSV(B) | 70.54º | 0.64% | 0.9% | - |
| XYZ | 54.72 | 70.04 | 18.62 | - |
| YUV | 205.35 | 58.39 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 82 | 0.11 | 0 | 0.64 | 0.10 | 70.54 | 0.75 | 0.61 |
| Hex | CC | E6 | 52 | B | 0 | 40 | A | 47 | 4B | 3D |
| Octal | 314 | 346 | 122 | 13 | 0 | 100 | 12 | 107 | 113 | 75 |
| Binary | 11001100 | 11100110 | 1010010 | 1011 | 0 | 1000000 | 1010 | 1000111 | 1001011 | 111101 |
Color Harmonies of #CCE652
Complementary color
Monochromatic Colors of #CCE652
Black with #CCE652
Text Example
Text Example
White with #CCE652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE652; }
p { color: rgb(204,230,82); }
H1.HeaderClassName
{
color: #CCE652;
}
.AnyTagClassName
{
color: #CCE652;
}
</style>
background-color css
<style>
a { background-color: #CCE652; }
a { background-color: rgb(204,230,82); }
div.DivClassName
{
background-color: #CCE652;
}
.BgClassName
{
background-color: #CCE652;
}
</style>
border-color css
<style>
span { border-color: #CCE652; }
span { border-color: rgb(204,230,82); }
td.TdClassName
{
border-color: #CCE652;
}
.TagClassName
{
border-color: #CCE652;
}
</style>