Shades of Mindaro #CCE361
Tints of Mindaro #CCE361
RGB
CMYK
RGB Variations
Color information
#CCE361 (or 0xCCE361) is known color: Mindaro. HEX triplet: CC, E3 and 61. RGB value is (204,227,97). Sum of RGB (Red+Green+Blue) = 204+227+97=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE361 is #331C9E. Grayscale: #CDCDCD. Windows color (decimal): -3349663 or 6415308. OLE color: 6415308.
HSL color Cylindrical-coordinate representation of color #CCE361: hue angle of 70.62º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCE361 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 97 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.11 |
| HSL | 70.62º | 0.7% | 0.64% | - |
| HSV(B) | 70.62º | 0.57% | 0.89% | - |
| XYZ | 54.53 | 68.64 | 21.68 | - |
| YUV | 205.3 | 66.88 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 97 | 0.10 | 0 | 0.57 | 0.11 | 70.62 | 0.7 | 0.64 |
| Hex | CC | E3 | 61 | A | 0 | 39 | B | 47 | 46 | 40 |
| Octal | 314 | 343 | 141 | 12 | 0 | 71 | 13 | 107 | 106 | 100 |
| Binary | 11001100 | 11100011 | 1100001 | 1010 | 0 | 111001 | 1011 | 1000111 | 1000110 | 1000000 |
Color Harmonies of #CCE361
Complementary color
Monochromatic Colors of #CCE361
Black with #CCE361
Text Example
Text Example
White with #CCE361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE361; }
p { color: rgb(204,227,97); }
H1.HeaderClassName
{
color: #CCE361;
}
.AnyTagClassName
{
color: #CCE361;
}
</style>
background-color css
<style>
a { background-color: #CCE361; }
a { background-color: rgb(204,227,97); }
div.DivClassName
{
background-color: #CCE361;
}
.BgClassName
{
background-color: #CCE361;
}
</style>
border-color css
<style>
span { border-color: #CCE361; }
span { border-color: rgb(204,227,97); }
td.TdClassName
{
border-color: #CCE361;
}
.TagClassName
{
border-color: #CCE361;
}
</style>