Shades of Mindaro #CCED5A
Tints of Mindaro #CCED5A
RGB
CMYK
RGB Variations
Color information
#CCED5A (or 0xCCED5A) is known color: Mindaro. HEX triplet: CC, ED and 5A. RGB value is (204,237,90). Sum of RGB (Red+Green+Blue) = 204+237+90=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 90 (35.55% from 255 or 16.95% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED5A is #3312A5. Grayscale: #D2D2D2. Windows color (decimal): -3347110 or 5959116. OLE color: 5959116.
HSL color Cylindrical-coordinate representation of color #CCED5A: hue angle of 73.47º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCED5A is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 90 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.07 |
| HSL | 73.47º | 0.8% | 0.64% | - |
| HSV(B) | 73.47º | 0.62% | 0.93% | - |
| XYZ | 57.03 | 74.14 | 20.98 | - |
| YUV | 210.38 | 60.07 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 90 | 0.14 | 0 | 0.62 | 0.07 | 73.47 | 0.8 | 0.64 |
| Hex | CC | ED | 5A | E | 0 | 3E | 7 | 49 | 50 | 40 |
| Octal | 314 | 355 | 132 | 16 | 0 | 76 | 7 | 111 | 120 | 100 |
| Binary | 11001100 | 11101101 | 1011010 | 1110 | 0 | 111110 | 111 | 1001001 | 1010000 | 1000000 |
Color Harmonies of #CCED5A
Complementary color
Monochromatic Colors of #CCED5A
Black with #CCED5A
Text Example
Text Example
White with #CCED5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED5A; }
p { color: rgb(204,237,90); }
H1.HeaderClassName
{
color: #CCED5A;
}
.AnyTagClassName
{
color: #CCED5A;
}
</style>
background-color css
<style>
a { background-color: #CCED5A; }
a { background-color: rgb(204,237,90); }
div.DivClassName
{
background-color: #CCED5A;
}
.BgClassName
{
background-color: #CCED5A;
}
</style>
border-color css
<style>
span { border-color: #CCED5A; }
span { border-color: rgb(204,237,90); }
td.TdClassName
{
border-color: #CCED5A;
}
.TagClassName
{
border-color: #CCED5A;
}
</style>