Shades of Mindaro #CCED53
Tints of Mindaro #CCED53
RGB
CMYK
RGB Variations
Color information
#CCED53 (or 0xCCED53) is known color: Mindaro. HEX triplet: CC, ED and 53. RGB value is (204,237,83). Sum of RGB (Red+Green+Blue) = 204+237+83=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 83 (32.81% from 255 or 15.84% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED53 is #3312AC. Grayscale: #D2D2D2. Windows color (decimal): -3347117 or 5500364. OLE color: 5500364.
HSL color Cylindrical-coordinate representation of color #CCED53: hue angle of 72.86º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCED53 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 83 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.07 |
| HSL | 72.86º | 0.81% | 0.63% | - |
| HSV(B) | 72.86º | 0.65% | 0.93% | - |
| XYZ | 56.75 | 74.03 | 19.48 | - |
| YUV | 209.58 | 56.57 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 83 | 0.14 | 0 | 0.65 | 0.07 | 72.86 | 0.81 | 0.63 |
| Hex | CC | ED | 53 | E | 0 | 41 | 7 | 49 | 51 | 3F |
| Octal | 314 | 355 | 123 | 16 | 0 | 101 | 7 | 111 | 121 | 77 |
| Binary | 11001100 | 11101101 | 1010011 | 1110 | 0 | 1000001 | 111 | 1001001 | 1010001 | 111111 |
Color Harmonies of #CCED53
Complementary color
Monochromatic Colors of #CCED53
Black with #CCED53
Text Example
Text Example
White with #CCED53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED53; }
p { color: rgb(204,237,83); }
H1.HeaderClassName
{
color: #CCED53;
}
.AnyTagClassName
{
color: #CCED53;
}
</style>
background-color css
<style>
a { background-color: #CCED53; }
a { background-color: rgb(204,237,83); }
div.DivClassName
{
background-color: #CCED53;
}
.BgClassName
{
background-color: #CCED53;
}
</style>
border-color css
<style>
span { border-color: #CCED53; }
span { border-color: rgb(204,237,83); }
td.TdClassName
{
border-color: #CCED53;
}
.TagClassName
{
border-color: #CCED53;
}
</style>