Shades of Mindaro #CCED6A
Tints of Mindaro #CCED6A
RGB
CMYK
RGB Variations
Color information
#CCED6A (or 0xCCED6A) is known color: Mindaro. HEX triplet: CC, ED and 6A. RGB value is (204,237,106). Sum of RGB (Red+Green+Blue) = 204+237+106=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED6A is #331295. Grayscale: #D4D4D4. Windows color (decimal): -3347094 or 7007692. OLE color: 7007692.
HSL color Cylindrical-coordinate representation of color #CCED6A: hue angle of 75.11º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCED6A is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 106 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.07 |
| HSL | 75.11º | 0.78% | 0.67% | - |
| HSV(B) | 75.11º | 0.55% | 0.93% | - |
| XYZ | 57.79 | 74.45 | 24.96 | - |
| YUV | 212.2 | 68.07 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 106 | 0.14 | 0 | 0.55 | 0.07 | 75.11 | 0.78 | 0.67 |
| Hex | CC | ED | 6A | E | 0 | 37 | 7 | 4B | 4E | 43 |
| Octal | 314 | 355 | 152 | 16 | 0 | 67 | 7 | 113 | 116 | 103 |
| Binary | 11001100 | 11101101 | 1101010 | 1110 | 0 | 110111 | 111 | 1001011 | 1001110 | 1000011 |
Color Harmonies of #CCED6A
Complementary color
Monochromatic Colors of #CCED6A
Black with #CCED6A
Text Example
Text Example
White with #CCED6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED6A; }
p { color: rgb(204,237,106); }
H1.HeaderClassName
{
color: #CCED6A;
}
.AnyTagClassName
{
color: #CCED6A;
}
</style>
background-color css
<style>
a { background-color: #CCED6A; }
a { background-color: rgb(204,237,106); }
div.DivClassName
{
background-color: #CCED6A;
}
.BgClassName
{
background-color: #CCED6A;
}
</style>
border-color css
<style>
span { border-color: #CCED6A; }
span { border-color: rgb(204,237,106); }
td.TdClassName
{
border-color: #CCED6A;
}
.TagClassName
{
border-color: #CCED6A;
}
</style>