Shades of Mindaro #CCE05D
Tints of Mindaro #CCE05D
RGB
CMYK
RGB Variations
Color information
#CCE05D (or 0xCCE05D) is known color: Mindaro. HEX triplet: CC, E0 and 5D. RGB value is (204,224,93). Sum of RGB (Red+Green+Blue) = 204+224+93=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE05D is #331FA2. Grayscale: #CBCBCB. Windows color (decimal): -3350435 or 6152396. OLE color: 6152396.
HSL color Cylindrical-coordinate representation of color #CCE05D: hue angle of 69.16º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCE05D is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 93 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.12 |
| HSL | 69.16º | 0.68% | 0.62% | - |
| HSV(B) | 69.16º | 0.58% | 0.88% | - |
| XYZ | 53.53 | 66.94 | 20.45 | - |
| YUV | 203.09 | 65.87 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 93 | 0.09 | 0 | 0.58 | 0.12 | 69.16 | 0.68 | 0.62 |
| Hex | CC | E0 | 5D | 9 | 0 | 3A | C | 45 | 44 | 3E |
| Octal | 314 | 340 | 135 | 11 | 0 | 72 | 14 | 105 | 104 | 76 |
| Binary | 11001100 | 11100000 | 1011101 | 1001 | 0 | 111010 | 1100 | 1000101 | 1000100 | 111110 |
Color Harmonies of #CCE05D
Complementary color
Monochromatic Colors of #CCE05D
Black with #CCE05D
Text Example
Text Example
White with #CCE05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE05D; }
p { color: rgb(204,224,93); }
H1.HeaderClassName
{
color: #CCE05D;
}
.AnyTagClassName
{
color: #CCE05D;
}
</style>
background-color css
<style>
a { background-color: #CCE05D; }
a { background-color: rgb(204,224,93); }
div.DivClassName
{
background-color: #CCE05D;
}
.BgClassName
{
background-color: #CCE05D;
}
</style>
border-color css
<style>
span { border-color: #CCE05D; }
span { border-color: rgb(204,224,93); }
td.TdClassName
{
border-color: #CCE05D;
}
.TagClassName
{
border-color: #CCE05D;
}
</style>