Shades of Mindaro #CCE561
Tints of Mindaro #CCE561
RGB
CMYK
RGB Variations
Color information
#CCE561 (or 0xCCE561) is known color: Mindaro. HEX triplet: CC, E5 and 61. RGB value is (204,229,97). Sum of RGB (Red+Green+Blue) = 204+229+97=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE561 is #331A9E. Grayscale: #CECECE. Windows color (decimal): -3349151 or 6415820. OLE color: 6415820.
HSL color Cylindrical-coordinate representation of color #CCE561: hue angle of 71.36º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCE561 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 97 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.10 |
| HSL | 71.36º | 0.72% | 0.64% | - |
| HSV(B) | 71.36º | 0.58% | 0.9% | - |
| XYZ | 55.08 | 69.74 | 21.87 | - |
| YUV | 206.48 | 66.22 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 97 | 0.11 | 0 | 0.58 | 0.10 | 71.36 | 0.72 | 0.64 |
| Hex | CC | E5 | 61 | B | 0 | 3A | A | 47 | 48 | 40 |
| Octal | 314 | 345 | 141 | 13 | 0 | 72 | 12 | 107 | 110 | 100 |
| Binary | 11001100 | 11100101 | 1100001 | 1011 | 0 | 111010 | 1010 | 1000111 | 1001000 | 1000000 |
Color Harmonies of #CCE561
Complementary color
Monochromatic Colors of #CCE561
Black with #CCE561
Text Example
Text Example
White with #CCE561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE561; }
p { color: rgb(204,229,97); }
H1.HeaderClassName
{
color: #CCE561;
}
.AnyTagClassName
{
color: #CCE561;
}
</style>
background-color css
<style>
a { background-color: #CCE561; }
a { background-color: rgb(204,229,97); }
div.DivClassName
{
background-color: #CCE561;
}
.BgClassName
{
background-color: #CCE561;
}
</style>
border-color css
<style>
span { border-color: #CCE561; }
span { border-color: rgb(204,229,97); }
td.TdClassName
{
border-color: #CCE561;
}
.TagClassName
{
border-color: #CCE561;
}
</style>