Shades of Mindaro #CCE45C
Tints of Mindaro #CCE45C
RGB
CMYK
RGB Variations
Color information
#CCE45C (or 0xCCE45C) is known color: Mindaro. HEX triplet: CC, E4 and 5C. RGB value is (204,228,92). Sum of RGB (Red+Green+Blue) = 204+228+92=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 92 (36.33% from 255 or 17.56% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE45C is #331BA3. Grayscale: #CDCDCD. Windows color (decimal): -3349412 or 6087884. OLE color: 6087884.
HSL color Cylindrical-coordinate representation of color #CCE45C: hue angle of 70.59º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCE45C is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 92 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.11 |
| HSL | 70.59º | 0.72% | 0.63% | - |
| HSV(B) | 70.59º | 0.6% | 0.89% | - |
| XYZ | 54.58 | 69.1 | 20.59 | - |
| YUV | 205.32 | 64.05 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 92 | 0.11 | 0 | 0.60 | 0.11 | 70.59 | 0.72 | 0.63 |
| Hex | CC | E4 | 5C | B | 0 | 3C | B | 47 | 48 | 3F |
| Octal | 314 | 344 | 134 | 13 | 0 | 74 | 13 | 107 | 110 | 77 |
| Binary | 11001100 | 11100100 | 1011100 | 1011 | 0 | 111100 | 1011 | 1000111 | 1001000 | 111111 |
Color Harmonies of #CCE45C
Complementary color
Monochromatic Colors of #CCE45C
Black with #CCE45C
Text Example
Text Example
White with #CCE45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE45C; }
p { color: rgb(204,228,92); }
H1.HeaderClassName
{
color: #CCE45C;
}
.AnyTagClassName
{
color: #CCE45C;
}
</style>
background-color css
<style>
a { background-color: #CCE45C; }
a { background-color: rgb(204,228,92); }
div.DivClassName
{
background-color: #CCE45C;
}
.BgClassName
{
background-color: #CCE45C;
}
</style>
border-color css
<style>
span { border-color: #CCE45C; }
span { border-color: rgb(204,228,92); }
td.TdClassName
{
border-color: #CCE45C;
}
.TagClassName
{
border-color: #CCE45C;
}
</style>