Shades of Mindaro #CCE75E
Tints of Mindaro #CCE75E
RGB
CMYK
RGB Variations
Color information
#CCE75E (or 0xCCE75E) is known color: Mindaro. HEX triplet: CC, E7 and 5E. RGB value is (204,231,94). Sum of RGB (Red+Green+Blue) = 204+231+94=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 94 (37.11% from 255 or 17.77% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE75E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE75E is #3318A1. Grayscale: #CFCFCF. Windows color (decimal): -3348642 or 6219724. OLE color: 6219724.
HSL color Cylindrical-coordinate representation of color #CCE75E: hue angle of 71.82º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCE75E is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 94 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.09 |
| HSL | 71.82º | 0.74% | 0.64% | - |
| HSV(B) | 71.82º | 0.59% | 0.91% | - |
| XYZ | 55.5 | 70.8 | 21.33 | - |
| YUV | 207.31 | 64.05 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 94 | 0.12 | 0 | 0.59 | 0.09 | 71.82 | 0.74 | 0.64 |
| Hex | CC | E7 | 5E | C | 0 | 3B | 9 | 48 | 4A | 40 |
| Octal | 314 | 347 | 136 | 14 | 0 | 73 | 11 | 110 | 112 | 100 |
| Binary | 11001100 | 11100111 | 1011110 | 1100 | 0 | 111011 | 1001 | 1001000 | 1001010 | 1000000 |
Color Harmonies of #CCE75E
Complementary color
Monochromatic Colors of #CCE75E
Black with #CCE75E
Text Example
Text Example
White with #CCE75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE75E; }
p { color: rgb(204,231,94); }
H1.HeaderClassName
{
color: #CCE75E;
}
.AnyTagClassName
{
color: #CCE75E;
}
</style>
background-color css
<style>
a { background-color: #CCE75E; }
a { background-color: rgb(204,231,94); }
div.DivClassName
{
background-color: #CCE75E;
}
.BgClassName
{
background-color: #CCE75E;
}
</style>
border-color css
<style>
span { border-color: #CCE75E; }
span { border-color: rgb(204,231,94); }
td.TdClassName
{
border-color: #CCE75E;
}
.TagClassName
{
border-color: #CCE75E;
}
</style>