Shades of Mindaro #CCED60
Tints of Mindaro #CCED60
RGB
CMYK
RGB Variations
Color information
#CCED60 (or 0xCCED60) is known color: Mindaro. HEX triplet: CC, ED and 60. RGB value is (204,237,96). Sum of RGB (Red+Green+Blue) = 204+237+96=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 96 (37.89% from 255 or 17.88% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED60 is #33129F. Grayscale: #D3D3D3. Windows color (decimal): -3347104 or 6352332. OLE color: 6352332.
HSL color Cylindrical-coordinate representation of color #CCED60: hue angle of 74.04º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCED60 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 96 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.07 |
| HSL | 74.04º | 0.8% | 0.65% | - |
| HSV(B) | 74.04º | 0.59% | 0.93% | - |
| XYZ | 57.3 | 74.25 | 22.38 | - |
| YUV | 211.06 | 63.07 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 96 | 0.14 | 0 | 0.59 | 0.07 | 74.04 | 0.8 | 0.65 |
| Hex | CC | ED | 60 | E | 0 | 3B | 7 | 4A | 50 | 41 |
| Octal | 314 | 355 | 140 | 16 | 0 | 73 | 7 | 112 | 120 | 101 |
| Binary | 11001100 | 11101101 | 1100000 | 1110 | 0 | 111011 | 111 | 1001010 | 1010000 | 1000001 |
Color Harmonies of #CCED60
Complementary color
Monochromatic Colors of #CCED60
Black with #CCED60
Text Example
Text Example
White with #CCED60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED60; }
p { color: rgb(204,237,96); }
H1.HeaderClassName
{
color: #CCED60;
}
.AnyTagClassName
{
color: #CCED60;
}
</style>
background-color css
<style>
a { background-color: #CCED60; }
a { background-color: rgb(204,237,96); }
div.DivClassName
{
background-color: #CCED60;
}
.BgClassName
{
background-color: #CCED60;
}
</style>
border-color css
<style>
span { border-color: #CCED60; }
span { border-color: rgb(204,237,96); }
td.TdClassName
{
border-color: #CCED60;
}
.TagClassName
{
border-color: #CCED60;
}
</style>