Shades of Mindaro #CCE567
Tints of Mindaro #CCE567
RGB
CMYK
RGB Variations
Color information
#CCE567 (or 0xCCE567) is known color: Mindaro. HEX triplet: CC, E5 and 67. RGB value is (204,229,103). Sum of RGB (Red+Green+Blue) = 204+229+103=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 229 (89.84% from 255 or 42.72% from 536); Blue value is 103 (40.62% from 255 or 19.22% from 536); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE567 is #331A98. Grayscale: #CFCFCF. Windows color (decimal): -3349145 or 6809036. OLE color: 6809036.
HSL color Cylindrical-coordinate representation of color #CCE567: hue angle of 71.9º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCE567 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 103 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.10 |
| HSL | 71.9º | 0.71% | 0.65% | - |
| HSV(B) | 71.9º | 0.55% | 0.9% | - |
| XYZ | 55.37 | 69.86 | 23.4 | - |
| YUV | 207.16 | 69.22 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 103 | 0.11 | 0 | 0.55 | 0.10 | 71.9 | 0.71 | 0.65 |
| Hex | CC | E5 | 67 | B | 0 | 37 | A | 48 | 47 | 41 |
| Octal | 314 | 345 | 147 | 13 | 0 | 67 | 12 | 110 | 107 | 101 |
| Binary | 11001100 | 11100101 | 1100111 | 1011 | 0 | 110111 | 1010 | 1001000 | 1000111 | 1000001 |
Color Harmonies of #CCE567
Complementary color
Monochromatic Colors of #CCE567
Black with #CCE567
Text Example
Text Example
White with #CCE567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE567; }
p { color: rgb(204,229,103); }
H1.HeaderClassName
{
color: #CCE567;
}
.AnyTagClassName
{
color: #CCE567;
}
</style>
background-color css
<style>
a { background-color: #CCE567; }
a { background-color: rgb(204,229,103); }
div.DivClassName
{
background-color: #CCE567;
}
.BgClassName
{
background-color: #CCE567;
}
</style>
border-color css
<style>
span { border-color: #CCE567; }
span { border-color: rgb(204,229,103); }
td.TdClassName
{
border-color: #CCE567;
}
.TagClassName
{
border-color: #CCE567;
}
</style>