Shades of Mindaro #CCED64
Tints of Mindaro #CCED64
RGB
CMYK
RGB Variations
Color information
#CCED64 (or 0xCCED64) is known color: Mindaro. HEX triplet: CC, ED and 64. RGB value is (204,237,100). Sum of RGB (Red+Green+Blue) = 204+237+100=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED64 is #33129B. Grayscale: #D4D4D4. Windows color (decimal): -3347100 or 6614476. OLE color: 6614476.
HSL color Cylindrical-coordinate representation of color #CCED64: hue angle of 74.45º 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 #CCED64 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 100 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.07 |
| HSL | 74.45º | 0.79% | 0.66% | - |
| HSV(B) | 74.45º | 0.58% | 0.93% | - |
| XYZ | 57.49 | 74.33 | 23.37 | - |
| YUV | 211.52 | 65.07 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 100 | 0.14 | 0 | 0.58 | 0.07 | 74.45 | 0.79 | 0.66 |
| Hex | CC | ED | 64 | E | 0 | 3A | 7 | 4A | 4F | 42 |
| Octal | 314 | 355 | 144 | 16 | 0 | 72 | 7 | 112 | 117 | 102 |
| Binary | 11001100 | 11101101 | 1100100 | 1110 | 0 | 111010 | 111 | 1001010 | 1001111 | 1000010 |
Color Harmonies of #CCED64
Complementary color
Monochromatic Colors of #CCED64
Black with #CCED64
Text Example
Text Example
White with #CCED64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED64; }
p { color: rgb(204,237,100); }
H1.HeaderClassName
{
color: #CCED64;
}
.AnyTagClassName
{
color: #CCED64;
}
</style>
background-color css
<style>
a { background-color: #CCED64; }
a { background-color: rgb(204,237,100); }
div.DivClassName
{
background-color: #CCED64;
}
.BgClassName
{
background-color: #CCED64;
}
</style>
border-color css
<style>
span { border-color: #CCED64; }
span { border-color: rgb(204,237,100); }
td.TdClassName
{
border-color: #CCED64;
}
.TagClassName
{
border-color: #CCED64;
}
</style>