Shades of Mindaro #CCE46C
Tints of Mindaro #CCE46C
RGB
CMYK
RGB Variations
Color information
#CCE46C (or 0xCCE46C) is known color: Mindaro. HEX triplet: CC, E4 and 6C. RGB value is (204,228,108). Sum of RGB (Red+Green+Blue) = 204+228+108=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 108 (42.58% from 255 or 20% from 540); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE46C is #331B93. Grayscale: #CFCFCF. Windows color (decimal): -3349396 or 7136460. OLE color: 7136460.
HSL color Cylindrical-coordinate representation of color #CCE46C: hue angle of 72º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCE46C is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 108 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.11 |
| HSL | 72º | 0.69% | 0.66% | - |
| HSV(B) | 72º | 0.53% | 0.89% | - |
| XYZ | 55.35 | 69.41 | 24.67 | - |
| YUV | 207.14 | 72.05 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 108 | 0.11 | 0 | 0.53 | 0.11 | 72 | 0.69 | 0.66 |
| Hex | CC | E4 | 6C | B | 0 | 35 | B | 48 | 45 | 42 |
| Octal | 314 | 344 | 154 | 13 | 0 | 65 | 13 | 110 | 105 | 102 |
| Binary | 11001100 | 11100100 | 1101100 | 1011 | 0 | 110101 | 1011 | 1001000 | 1000101 | 1000010 |
Color Harmonies of #CCE46C
Complementary color
Monochromatic Colors of #CCE46C
Black with #CCE46C
Text Example
Text Example
White with #CCE46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE46C; }
p { color: rgb(204,228,108); }
H1.HeaderClassName
{
color: #CCE46C;
}
.AnyTagClassName
{
color: #CCE46C;
}
</style>
background-color css
<style>
a { background-color: #CCE46C; }
a { background-color: rgb(204,228,108); }
div.DivClassName
{
background-color: #CCE46C;
}
.BgClassName
{
background-color: #CCE46C;
}
</style>
border-color css
<style>
span { border-color: #CCE46C; }
span { border-color: rgb(204,228,108); }
td.TdClassName
{
border-color: #CCE46C;
}
.TagClassName
{
border-color: #CCE46C;
}
</style>