Shades of Mindaro #CCE05C
Tints of Mindaro #CCE05C
RGB
CMYK
RGB Variations
Color information
#CCE05C (or 0xCCE05C) is known color: Mindaro. HEX triplet: CC, E0 and 5C. RGB value is (204,224,92). Sum of RGB (Red+Green+Blue) = 204+224+92=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE05C is #331FA3. Grayscale: #CBCBCB. Windows color (decimal): -3350436 or 6086860. OLE color: 6086860.
HSL color Cylindrical-coordinate representation of color #CCE05C: hue angle of 69.09º degrees, saturation: 0.68, 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 #CCE05C is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 92 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.12 |
| HSL | 69.09º | 0.68% | 0.62% | - |
| HSV(B) | 69.09º | 0.59% | 0.88% | - |
| XYZ | 53.49 | 66.92 | 20.22 | - |
| YUV | 202.97 | 65.37 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 92 | 0.09 | 0 | 0.59 | 0.12 | 69.09 | 0.68 | 0.62 |
| Hex | CC | E0 | 5C | 9 | 0 | 3B | C | 45 | 44 | 3E |
| Octal | 314 | 340 | 134 | 11 | 0 | 73 | 14 | 105 | 104 | 76 |
| Binary | 11001100 | 11100000 | 1011100 | 1001 | 0 | 111011 | 1100 | 1000101 | 1000100 | 111110 |
Color Harmonies of #CCE05C
Complementary color
Monochromatic Colors of #CCE05C
Black with #CCE05C
Text Example
Text Example
White with #CCE05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE05C; }
p { color: rgb(204,224,92); }
H1.HeaderClassName
{
color: #CCE05C;
}
.AnyTagClassName
{
color: #CCE05C;
}
</style>
background-color css
<style>
a { background-color: #CCE05C; }
a { background-color: rgb(204,224,92); }
div.DivClassName
{
background-color: #CCE05C;
}
.BgClassName
{
background-color: #CCE05C;
}
</style>
border-color css
<style>
span { border-color: #CCE05C; }
span { border-color: rgb(204,224,92); }
td.TdClassName
{
border-color: #CCE05C;
}
.TagClassName
{
border-color: #CCE05C;
}
</style>