Shades of Mindaro #CCE373
Tints of Mindaro #CCE373
RGB
CMYK
RGB Variations
Color information
#CCE373 (or 0xCCE373) is known color: Mindaro. HEX triplet: CC, E3 and 73. RGB value is (204,227,115). Sum of RGB (Red+Green+Blue) = 204+227+115=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 115 (45.31% from 255 or 21.06% from 546); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE373 is #331C8C. Grayscale: #CFCFCF. Windows color (decimal): -3349645 or 7594956. OLE color: 7594956.
HSL color Cylindrical-coordinate representation of color #CCE373: hue angle of 72.32º 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 #CCE373 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 115 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.11 |
| HSL | 72.32º | 0.67% | 0.67% | - |
| HSV(B) | 72.32º | 0.49% | 0.89% | - |
| XYZ | 55.47 | 69.01 | 26.62 | - |
| YUV | 207.36 | 75.88 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 115 | 0.10 | 0 | 0.49 | 0.11 | 72.32 | 0.67 | 0.67 |
| Hex | CC | E3 | 73 | A | 0 | 31 | B | 48 | 43 | 43 |
| Octal | 314 | 343 | 163 | 12 | 0 | 61 | 13 | 110 | 103 | 103 |
| Binary | 11001100 | 11100011 | 1110011 | 1010 | 0 | 110001 | 1011 | 1001000 | 1000011 | 1000011 |
Color Harmonies of #CCE373
Complementary color
Monochromatic Colors of #CCE373
Black with #CCE373
Text Example
Text Example
White with #CCE373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE373; }
p { color: rgb(204,227,115); }
H1.HeaderClassName
{
color: #CCE373;
}
.AnyTagClassName
{
color: #CCE373;
}
</style>
background-color css
<style>
a { background-color: #CCE373; }
a { background-color: rgb(204,227,115); }
div.DivClassName
{
background-color: #CCE373;
}
.BgClassName
{
background-color: #CCE373;
}
</style>
border-color css
<style>
span { border-color: #CCE373; }
span { border-color: rgb(204,227,115); }
td.TdClassName
{
border-color: #CCE373;
}
.TagClassName
{
border-color: #CCE373;
}
</style>