Shades of Mindaro #CCE65E
Tints of Mindaro #CCE65E
RGB
CMYK
RGB Variations
Color information
#CCE65E (or 0xCCE65E) is known color: Mindaro. HEX triplet: CC, E6 and 5E. RGB value is (204,230,94). Sum of RGB (Red+Green+Blue) = 204+230+94=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 94 (37.11% from 255 or 17.80% from 528); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE65E is #3319A1. Grayscale: #CFCFCF. Windows color (decimal): -3348898 or 6219468. OLE color: 6219468.
HSL color Cylindrical-coordinate representation of color #CCE65E: hue angle of 71.47º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCE65E is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 94 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.10 |
| HSL | 71.47º | 0.73% | 0.64% | - |
| HSV(B) | 71.47º | 0.59% | 0.9% | - |
| XYZ | 55.22 | 70.24 | 21.24 | - |
| YUV | 206.72 | 64.39 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 94 | 0.11 | 0 | 0.59 | 0.10 | 71.47 | 0.73 | 0.64 |
| Hex | CC | E6 | 5E | B | 0 | 3B | A | 47 | 49 | 40 |
| Octal | 314 | 346 | 136 | 13 | 0 | 73 | 12 | 107 | 111 | 100 |
| Binary | 11001100 | 11100110 | 1011110 | 1011 | 0 | 111011 | 1010 | 1000111 | 1001001 | 1000000 |
Color Harmonies of #CCE65E
Complementary color
Monochromatic Colors of #CCE65E
Black with #CCE65E
Text Example
Text Example
White with #CCE65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE65E; }
p { color: rgb(204,230,94); }
H1.HeaderClassName
{
color: #CCE65E;
}
.AnyTagClassName
{
color: #CCE65E;
}
</style>
background-color css
<style>
a { background-color: #CCE65E; }
a { background-color: rgb(204,230,94); }
div.DivClassName
{
background-color: #CCE65E;
}
.BgClassName
{
background-color: #CCE65E;
}
</style>
border-color css
<style>
span { border-color: #CCE65E; }
span { border-color: rgb(204,230,94); }
td.TdClassName
{
border-color: #CCE65E;
}
.TagClassName
{
border-color: #CCE65E;
}
</style>