Shades of Mindaro #CCE36C
Tints of Mindaro #CCE36C
RGB
CMYK
RGB Variations
Color information
#CCE36C (or 0xCCE36C) is known color: Mindaro. HEX triplet: CC, E3 and 6C. RGB value is (204,227,108). Sum of RGB (Red+Green+Blue) = 204+227+108=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE36C is #331C93. Grayscale: #CFCFCF. Windows color (decimal): -3349652 or 7136204. OLE color: 7136204.
HSL color Cylindrical-coordinate representation of color #CCE36C: hue angle of 71.6º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCE36C is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
RGB | 204 | 227 | 108 | - |
CMYK | 0.10 | 0 | 0.52 | 0.11 |
HSL | 71.6º | 0.68% | 0.66% | - |
HSV(B) | 71.6º | 0.52% | 0.89% | - |
XYZ | 55.08 | 68.86 | 24.58 | - |
YUV | 206.56 | 72.38 | 126.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 227 | 108 | 0.10 | 0 | 0.52 | 0.11 | 71.6 | 0.68 | 0.66 |
Hex | CC | E3 | 6C | A | 0 | 34 | B | 48 | 44 | 42 |
Octal | 314 | 343 | 154 | 12 | 0 | 64 | 13 | 110 | 104 | 102 |
Binary | 11001100 | 11100011 | 1101100 | 1010 | 0 | 110100 | 1011 | 1001000 | 1000100 | 1000010 |
Color Harmonies of #CCE36C
Complementary color
Monochromatic Colors of #CCE36C
Black with #CCE36C
Text Example
Text Example
White with #CCE36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE36C; }
p { color: rgb(204,227,108); }
H1.HeaderClassName
{
color: #CCE36C;
}
.AnyTagClassName
{
color: #CCE36C;
}
</style>
background-color css
<style>
a { background-color: #CCE36C; }
a { background-color: rgb(204,227,108); }
div.DivClassName
{
background-color: #CCE36C;
}
.BgClassName
{
background-color: #CCE36C;
}
</style>
border-color css
<style>
span { border-color: #CCE36C; }
span { border-color: rgb(204,227,108); }
td.TdClassName
{
border-color: #CCE36C;
}
.TagClassName
{
border-color: #CCE36C;
}
</style>