Shades of Mindaro #CCED63
Tints of Mindaro #CCED63
RGB
CMYK
RGB Variations
Color information
#CCED63 (or 0xCCED63) is known color: Mindaro. HEX triplet: CC, ED and 63. RGB value is (204,237,99). Sum of RGB (Red+Green+Blue) = 204+237+99=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 99 (39.06% from 255 or 18.33% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED63 is #33129C. Grayscale: #D3D3D3. Windows color (decimal): -3347101 or 6548940. OLE color: 6548940.
HSL color Cylindrical-coordinate representation of color #CCED63: hue angle of 74.35º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCED63 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 99 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.07 |
| HSL | 74.35º | 0.79% | 0.66% | - |
| HSV(B) | 74.35º | 0.58% | 0.93% | - |
| XYZ | 57.44 | 74.31 | 23.12 | - |
| YUV | 211.4 | 64.57 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 99 | 0.14 | 0 | 0.58 | 0.07 | 74.35 | 0.79 | 0.66 |
| Hex | CC | ED | 63 | E | 0 | 3A | 7 | 4A | 4F | 42 |
| Octal | 314 | 355 | 143 | 16 | 0 | 72 | 7 | 112 | 117 | 102 |
| Binary | 11001100 | 11101101 | 1100011 | 1110 | 0 | 111010 | 111 | 1001010 | 1001111 | 1000010 |
Color Harmonies of #CCED63
Complementary color
Monochromatic Colors of #CCED63
Black with #CCED63
Text Example
Text Example
White with #CCED63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED63; }
p { color: rgb(204,237,99); }
H1.HeaderClassName
{
color: #CCED63;
}
.AnyTagClassName
{
color: #CCED63;
}
</style>
background-color css
<style>
a { background-color: #CCED63; }
a { background-color: rgb(204,237,99); }
div.DivClassName
{
background-color: #CCED63;
}
.BgClassName
{
background-color: #CCED63;
}
</style>
border-color css
<style>
span { border-color: #CCED63; }
span { border-color: rgb(204,237,99); }
td.TdClassName
{
border-color: #CCED63;
}
.TagClassName
{
border-color: #CCED63;
}
</style>