Shades of Mindaro #CCE374
Tints of Mindaro #CCE374
RGB
CMYK
RGB Variations
Color information
#CCE374 (or 0xCCE374) is known color: Mindaro. HEX triplet: CC, E3 and 74. RGB value is (204,227,116). Sum of RGB (Red+Green+Blue) = 204+227+116=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE374 is #331C8B. Grayscale: #CFCFCF. Windows color (decimal): -3349644 or 7660492. OLE color: 7660492.
HSL color Cylindrical-coordinate representation of color #CCE374: hue angle of 72.43º degrees, saturation: 0.66, 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 #CCE374 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 116 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.11 |
| HSL | 72.43º | 0.66% | 0.67% | - |
| HSV(B) | 72.43º | 0.49% | 0.89% | - |
| XYZ | 55.52 | 69.04 | 26.92 | - |
| YUV | 207.47 | 76.38 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 116 | 0.10 | 0 | 0.49 | 0.11 | 72.43 | 0.66 | 0.67 |
| Hex | CC | E3 | 74 | A | 0 | 31 | B | 48 | 42 | 43 |
| Octal | 314 | 343 | 164 | 12 | 0 | 61 | 13 | 110 | 102 | 103 |
| Binary | 11001100 | 11100011 | 1110100 | 1010 | 0 | 110001 | 1011 | 1001000 | 1000010 | 1000011 |
Color Harmonies of #CCE374
Complementary color
Monochromatic Colors of #CCE374
Black with #CCE374
Text Example
Text Example
White with #CCE374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE374; }
p { color: rgb(204,227,116); }
H1.HeaderClassName
{
color: #CCE374;
}
.AnyTagClassName
{
color: #CCE374;
}
</style>
background-color css
<style>
a { background-color: #CCE374; }
a { background-color: rgb(204,227,116); }
div.DivClassName
{
background-color: #CCE374;
}
.BgClassName
{
background-color: #CCE374;
}
</style>
border-color css
<style>
span { border-color: #CCE374; }
span { border-color: rgb(204,227,116); }
td.TdClassName
{
border-color: #CCE374;
}
.TagClassName
{
border-color: #CCE374;
}
</style>