Shades of Mindaro #CCE05E
Tints of Mindaro #CCE05E
RGB
CMYK
RGB Variations
Color information
#CCE05E (or 0xCCE05E) is known color: Mindaro. HEX triplet: CC, E0 and 5E. RGB value is (204,224,94). Sum of RGB (Red+Green+Blue) = 204+224+94=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE05E is #331FA1. Grayscale: #CBCBCB. Windows color (decimal): -3350434 or 6217932. OLE color: 6217932.
HSL color Cylindrical-coordinate representation of color #CCE05E: hue angle of 69.23º 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 #CCE05E is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 94 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.12 |
| HSL | 69.23º | 0.68% | 0.62% | - |
| HSV(B) | 69.23º | 0.58% | 0.88% | - |
| XYZ | 53.58 | 66.96 | 20.69 | - |
| YUV | 203.2 | 66.37 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 94 | 0.09 | 0 | 0.58 | 0.12 | 69.23 | 0.68 | 0.62 |
| Hex | CC | E0 | 5E | 9 | 0 | 3A | C | 45 | 44 | 3E |
| Octal | 314 | 340 | 136 | 11 | 0 | 72 | 14 | 105 | 104 | 76 |
| Binary | 11001100 | 11100000 | 1011110 | 1001 | 0 | 111010 | 1100 | 1000101 | 1000100 | 111110 |
Color Harmonies of #CCE05E
Complementary color
Monochromatic Colors of #CCE05E
Black with #CCE05E
Text Example
Text Example
White with #CCE05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE05E; }
p { color: rgb(204,224,94); }
H1.HeaderClassName
{
color: #CCE05E;
}
.AnyTagClassName
{
color: #CCE05E;
}
</style>
background-color css
<style>
a { background-color: #CCE05E; }
a { background-color: rgb(204,224,94); }
div.DivClassName
{
background-color: #CCE05E;
}
.BgClassName
{
background-color: #CCE05E;
}
</style>
border-color css
<style>
span { border-color: #CCE05E; }
span { border-color: rgb(204,224,94); }
td.TdClassName
{
border-color: #CCE05E;
}
.TagClassName
{
border-color: #CCE05E;
}
</style>