Shades of Mindaro #CCE15D
Tints of Mindaro #CCE15D
RGB
CMYK
RGB Variations
Color information
#CCE15D (or 0xCCE15D) is known color: Mindaro. HEX triplet: CC, E1 and 5D. RGB value is (204,225,93). Sum of RGB (Red+Green+Blue) = 204+225+93=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE15D is #331EA2. Grayscale: #CCCCCC. Windows color (decimal): -3350179 or 6152652. OLE color: 6152652.
HSL color Cylindrical-coordinate representation of color #CCE15D: hue angle of 69.55º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCE15D is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 93 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.12 |
| HSL | 69.55º | 0.69% | 0.62% | - |
| HSV(B) | 69.55º | 0.59% | 0.88% | - |
| XYZ | 53.8 | 67.48 | 20.54 | - |
| YUV | 203.67 | 65.54 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 93 | 0.09 | 0 | 0.59 | 0.12 | 69.55 | 0.69 | 0.62 |
| Hex | CC | E1 | 5D | 9 | 0 | 3B | C | 46 | 45 | 3E |
| Octal | 314 | 341 | 135 | 11 | 0 | 73 | 14 | 106 | 105 | 76 |
| Binary | 11001100 | 11100001 | 1011101 | 1001 | 0 | 111011 | 1100 | 1000110 | 1000101 | 111110 |
Color Harmonies of #CCE15D
Complementary color
Monochromatic Colors of #CCE15D
Black with #CCE15D
Text Example
Text Example
White with #CCE15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE15D; }
p { color: rgb(204,225,93); }
H1.HeaderClassName
{
color: #CCE15D;
}
.AnyTagClassName
{
color: #CCE15D;
}
</style>
background-color css
<style>
a { background-color: #CCE15D; }
a { background-color: rgb(204,225,93); }
div.DivClassName
{
background-color: #CCE15D;
}
.BgClassName
{
background-color: #CCE15D;
}
</style>
border-color css
<style>
span { border-color: #CCE15D; }
span { border-color: rgb(204,225,93); }
td.TdClassName
{
border-color: #CCE15D;
}
.TagClassName
{
border-color: #CCE15D;
}
</style>