Shades of Mindaro #CCED5E
Tints of Mindaro #CCED5E
RGB
CMYK
RGB Variations
Color information
#CCED5E (or 0xCCED5E) is known color: Mindaro. HEX triplet: CC, ED and 5E. RGB value is (204,237,94). Sum of RGB (Red+Green+Blue) = 204+237+94=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED5E is #3312A1. Grayscale: #D3D3D3. Windows color (decimal): -3347106 or 6221260. OLE color: 6221260.
HSL color Cylindrical-coordinate representation of color #CCED5E: hue angle of 73.85º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCED5E is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 94 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.07 |
| HSL | 73.85º | 0.8% | 0.65% | - |
| HSV(B) | 73.85º | 0.6% | 0.93% | - |
| XYZ | 57.21 | 74.21 | 21.9 | - |
| YUV | 210.83 | 62.07 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 94 | 0.14 | 0 | 0.60 | 0.07 | 73.85 | 0.8 | 0.65 |
| Hex | CC | ED | 5E | E | 0 | 3C | 7 | 4A | 50 | 41 |
| Octal | 314 | 355 | 136 | 16 | 0 | 74 | 7 | 112 | 120 | 101 |
| Binary | 11001100 | 11101101 | 1011110 | 1110 | 0 | 111100 | 111 | 1001010 | 1010000 | 1000001 |
Color Harmonies of #CCED5E
Complementary color
Monochromatic Colors of #CCED5E
Black with #CCED5E
Text Example
Text Example
White with #CCED5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED5E; }
p { color: rgb(204,237,94); }
H1.HeaderClassName
{
color: #CCED5E;
}
.AnyTagClassName
{
color: #CCED5E;
}
</style>
background-color css
<style>
a { background-color: #CCED5E; }
a { background-color: rgb(204,237,94); }
div.DivClassName
{
background-color: #CCED5E;
}
.BgClassName
{
background-color: #CCED5E;
}
</style>
border-color css
<style>
span { border-color: #CCED5E; }
span { border-color: rgb(204,237,94); }
td.TdClassName
{
border-color: #CCED5E;
}
.TagClassName
{
border-color: #CCED5E;
}
</style>