Shades of Mindaro #CCE36F
Tints of Mindaro #CCE36F
RGB
CMYK
RGB Variations
Color information
#CCE36F (or 0xCCE36F) is known color: Mindaro. HEX triplet: CC, E3 and 6F. RGB value is (204,227,111). Sum of RGB (Red+Green+Blue) = 204+227+111=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 111 (43.75% from 255 or 20.48% from 542); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE36F is #331C90. Grayscale: #CFCFCF. Windows color (decimal): -3349649 or 7332812. OLE color: 7332812.
HSL color Cylindrical-coordinate representation of color #CCE36F: hue angle of 71.9º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCE36F is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 111 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.11 |
| HSL | 71.9º | 0.67% | 0.66% | - |
| HSV(B) | 71.9º | 0.51% | 0.89% | - |
| XYZ | 55.24 | 68.92 | 25.43 | - |
| YUV | 206.9 | 73.88 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 111 | 0.10 | 0 | 0.51 | 0.11 | 71.9 | 0.67 | 0.66 |
| Hex | CC | E3 | 6F | A | 0 | 33 | B | 48 | 43 | 42 |
| Octal | 314 | 343 | 157 | 12 | 0 | 63 | 13 | 110 | 103 | 102 |
| Binary | 11001100 | 11100011 | 1101111 | 1010 | 0 | 110011 | 1011 | 1001000 | 1000011 | 1000010 |
Color Harmonies of #CCE36F
Complementary color
Monochromatic Colors of #CCE36F
Black with #CCE36F
Text Example
Text Example
White with #CCE36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE36F; }
p { color: rgb(204,227,111); }
H1.HeaderClassName
{
color: #CCE36F;
}
.AnyTagClassName
{
color: #CCE36F;
}
</style>
background-color css
<style>
a { background-color: #CCE36F; }
a { background-color: rgb(204,227,111); }
div.DivClassName
{
background-color: #CCE36F;
}
.BgClassName
{
background-color: #CCE36F;
}
</style>
border-color css
<style>
span { border-color: #CCE36F; }
span { border-color: rgb(204,227,111); }
td.TdClassName
{
border-color: #CCE36F;
}
.TagClassName
{
border-color: #CCE36F;
}
</style>