Shades of Mindaro #CCE35C
Tints of Mindaro #CCE35C
RGB
CMYK
RGB Variations
Color information
#CCE35C (or 0xCCE35C) is known color: Mindaro. HEX triplet: CC, E3 and 5C. RGB value is (204,227,92). Sum of RGB (Red+Green+Blue) = 204+227+92=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE35C is #331CA3. Grayscale: #CDCDCD. Windows color (decimal): -3349668 or 6087628. OLE color: 6087628.
HSL color Cylindrical-coordinate representation of color #CCE35C: hue angle of 70.22º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCE35C is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 92 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.11 |
| HSL | 70.22º | 0.71% | 0.63% | - |
| HSV(B) | 70.22º | 0.59% | 0.89% | - |
| XYZ | 54.3 | 68.55 | 20.49 | - |
| YUV | 204.73 | 64.38 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 92 | 0.10 | 0 | 0.59 | 0.11 | 70.22 | 0.71 | 0.63 |
| Hex | CC | E3 | 5C | A | 0 | 3B | B | 46 | 47 | 3F |
| Octal | 314 | 343 | 134 | 12 | 0 | 73 | 13 | 106 | 107 | 77 |
| Binary | 11001100 | 11100011 | 1011100 | 1010 | 0 | 111011 | 1011 | 1000110 | 1000111 | 111111 |
Color Harmonies of #CCE35C
Complementary color
Monochromatic Colors of #CCE35C
Black with #CCE35C
Text Example
Text Example
White with #CCE35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE35C; }
p { color: rgb(204,227,92); }
H1.HeaderClassName
{
color: #CCE35C;
}
.AnyTagClassName
{
color: #CCE35C;
}
</style>
background-color css
<style>
a { background-color: #CCE35C; }
a { background-color: rgb(204,227,92); }
div.DivClassName
{
background-color: #CCE35C;
}
.BgClassName
{
background-color: #CCE35C;
}
</style>
border-color css
<style>
span { border-color: #CCE35C; }
span { border-color: rgb(204,227,92); }
td.TdClassName
{
border-color: #CCE35C;
}
.TagClassName
{
border-color: #CCE35C;
}
</style>