Shades of Mindaro #CCEE59
Tints of Mindaro #CCEE59
RGB
CMYK
RGB Variations
Color information
#CCEE59 (or 0xCCEE59) is known color: Mindaro. HEX triplet: CC, EE and 59. RGB value is (204,238,89). Sum of RGB (Red+Green+Blue) = 204+238+89=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 89 (35.16% from 255 or 16.76% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEE59 is #3311A6. Grayscale: #D3D3D3. Windows color (decimal): -3346855 or 5893836. OLE color: 5893836.
HSL color Cylindrical-coordinate representation of color #CCEE59: hue angle of 73.69º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCEE59 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 89 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.07 |
| HSL | 73.69º | 0.81% | 0.64% | - |
| HSV(B) | 73.69º | 0.63% | 0.93% | - |
| XYZ | 57.28 | 74.71 | 20.85 | - |
| YUV | 210.85 | 59.24 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 89 | 0.14 | 0 | 0.63 | 0.07 | 73.69 | 0.81 | 0.64 |
| Hex | CC | EE | 59 | E | 0 | 3F | 7 | 4A | 51 | 40 |
| Octal | 314 | 356 | 131 | 16 | 0 | 77 | 7 | 112 | 121 | 100 |
| Binary | 11001100 | 11101110 | 1011001 | 1110 | 0 | 111111 | 111 | 1001010 | 1010001 | 1000000 |
Color Harmonies of #CCEE59
Complementary color
Monochromatic Colors of #CCEE59
Black with #CCEE59
Text Example
Text Example
White with #CCEE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEE59; }
p { color: rgb(204,238,89); }
H1.HeaderClassName
{
color: #CCEE59;
}
.AnyTagClassName
{
color: #CCEE59;
}
</style>
background-color css
<style>
a { background-color: #CCEE59; }
a { background-color: rgb(204,238,89); }
div.DivClassName
{
background-color: #CCEE59;
}
.BgClassName
{
background-color: #CCEE59;
}
</style>
border-color css
<style>
span { border-color: #CCEE59; }
span { border-color: rgb(204,238,89); }
td.TdClassName
{
border-color: #CCEE59;
}
.TagClassName
{
border-color: #CCEE59;
}
</style>