Shades of Mindaro #CCE474
Tints of Mindaro #CCE474
RGB
CMYK
RGB Variations
Color information
#CCE474 (or 0xCCE474) is known color: Mindaro. HEX triplet: CC, E4 and 74. RGB value is (204,228,116). Sum of RGB (Red+Green+Blue) = 204+228+116=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 228 (89.45% from 255 or 41.61% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE474 is #331B8B. Grayscale: #D0D0D0. Windows color (decimal): -3349388 or 7660748. OLE color: 7660748.
HSL color Cylindrical-coordinate representation of color #CCE474: hue angle of 72.86º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCE474 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 116 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.11 |
| HSL | 72.86º | 0.67% | 0.67% | - |
| HSV(B) | 72.86º | 0.49% | 0.89% | - |
| XYZ | 55.8 | 69.59 | 27.01 | - |
| YUV | 208.06 | 76.05 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 116 | 0.11 | 0 | 0.49 | 0.11 | 72.86 | 0.67 | 0.67 |
| Hex | CC | E4 | 74 | B | 0 | 31 | B | 49 | 43 | 43 |
| Octal | 314 | 344 | 164 | 13 | 0 | 61 | 13 | 111 | 103 | 103 |
| Binary | 11001100 | 11100100 | 1110100 | 1011 | 0 | 110001 | 1011 | 1001001 | 1000011 | 1000011 |
Color Harmonies of #CCE474
Complementary color
Monochromatic Colors of #CCE474
Black with #CCE474
Text Example
Text Example
White with #CCE474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE474; }
p { color: rgb(204,228,116); }
H1.HeaderClassName
{
color: #CCE474;
}
.AnyTagClassName
{
color: #CCE474;
}
</style>
background-color css
<style>
a { background-color: #CCE474; }
a { background-color: rgb(204,228,116); }
div.DivClassName
{
background-color: #CCE474;
}
.BgClassName
{
background-color: #CCE474;
}
</style>
border-color css
<style>
span { border-color: #CCE474; }
span { border-color: rgb(204,228,116); }
td.TdClassName
{
border-color: #CCE474;
}
.TagClassName
{
border-color: #CCE474;
}
</style>