Shades of Mindaro #CCED57
Tints of Mindaro #CCED57
RGB
CMYK
RGB Variations
Color information
#CCED57 (or 0xCCED57) is known color: Mindaro. HEX triplet: CC, ED and 57. RGB value is (204,237,87). Sum of RGB (Red+Green+Blue) = 204+237+87=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 87 (34.38% from 255 or 16.48% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED57 is #3312A8. Grayscale: #D2D2D2. Windows color (decimal): -3347113 or 5762508. OLE color: 5762508.
HSL color Cylindrical-coordinate representation of color #CCED57: hue angle of 73.2º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCED57 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 87 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.07 |
| HSL | 73.2º | 0.81% | 0.64% | - |
| HSV(B) | 73.2º | 0.63% | 0.93% | - |
| XYZ | 56.91 | 74.09 | 20.32 | - |
| YUV | 210.03 | 58.57 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 87 | 0.14 | 0 | 0.63 | 0.07 | 73.2 | 0.81 | 0.64 |
| Hex | CC | ED | 57 | E | 0 | 3F | 7 | 49 | 51 | 40 |
| Octal | 314 | 355 | 127 | 16 | 0 | 77 | 7 | 111 | 121 | 100 |
| Binary | 11001100 | 11101101 | 1010111 | 1110 | 0 | 111111 | 111 | 1001001 | 1010001 | 1000000 |
Color Harmonies of #CCED57
Complementary color
Monochromatic Colors of #CCED57
Black with #CCED57
Text Example
Text Example
White with #CCED57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED57; }
p { color: rgb(204,237,87); }
H1.HeaderClassName
{
color: #CCED57;
}
.AnyTagClassName
{
color: #CCED57;
}
</style>
background-color css
<style>
a { background-color: #CCED57; }
a { background-color: rgb(204,237,87); }
div.DivClassName
{
background-color: #CCED57;
}
.BgClassName
{
background-color: #CCED57;
}
</style>
border-color css
<style>
span { border-color: #CCED57; }
span { border-color: rgb(204,237,87); }
td.TdClassName
{
border-color: #CCED57;
}
.TagClassName
{
border-color: #CCED57;
}
</style>