Shades of Mindaro #CCEE53
Tints of Mindaro #CCEE53
RGB
CMYK
RGB Variations
Color information
#CCEE53 (or 0xCCEE53) is known color: Mindaro. HEX triplet: CC, EE and 53. RGB value is (204,238,83). Sum of RGB (Red+Green+Blue) = 204+238+83=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 83 (32.81% from 255 or 15.81% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEE53 is #3311AC. Grayscale: #D2D2D2. Windows color (decimal): -3346861 or 5500620. OLE color: 5500620.
HSL color Cylindrical-coordinate representation of color #CCEE53: hue angle of 73.16º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCEE53 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 83 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.07 |
| HSL | 73.16º | 0.82% | 0.63% | - |
| HSV(B) | 73.16º | 0.65% | 0.93% | - |
| XYZ | 57.04 | 74.61 | 19.58 | - |
| YUV | 210.16 | 56.24 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 83 | 0.14 | 0 | 0.65 | 0.07 | 73.16 | 0.82 | 0.63 |
| Hex | CC | EE | 53 | E | 0 | 41 | 7 | 49 | 52 | 3F |
| Octal | 314 | 356 | 123 | 16 | 0 | 101 | 7 | 111 | 122 | 77 |
| Binary | 11001100 | 11101110 | 1010011 | 1110 | 0 | 1000001 | 111 | 1001001 | 1010010 | 111111 |
Color Harmonies of #CCEE53
Complementary color
Monochromatic Colors of #CCEE53
Black with #CCEE53
Text Example
Text Example
White with #CCEE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEE53; }
p { color: rgb(204,238,83); }
H1.HeaderClassName
{
color: #CCEE53;
}
.AnyTagClassName
{
color: #CCEE53;
}
</style>
background-color css
<style>
a { background-color: #CCEE53; }
a { background-color: rgb(204,238,83); }
div.DivClassName
{
background-color: #CCEE53;
}
.BgClassName
{
background-color: #CCEE53;
}
</style>
border-color css
<style>
span { border-color: #CCEE53; }
span { border-color: rgb(204,238,83); }
td.TdClassName
{
border-color: #CCEE53;
}
.TagClassName
{
border-color: #CCEE53;
}
</style>