Shades of Mindaro #CCE26E
Tints of Mindaro #CCE26E
RGB
CMYK
RGB Variations
Color information
#CCE26E (or 0xCCE26E) is known color: Mindaro. HEX triplet: CC, E2 and 6E. RGB value is (204,226,110). Sum of RGB (Red+Green+Blue) = 204+226+110=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 110 (43.36% from 255 or 20.37% from 540); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE26E is #331D91. Grayscale: #CECECE. Windows color (decimal): -3349906 or 7267020. OLE color: 7267020.
HSL color Cylindrical-coordinate representation of color #CCE26E: hue angle of 71.38º 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 #CCE26E is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 110 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.11 |
| HSL | 71.38º | 0.67% | 0.66% | - |
| HSV(B) | 71.38º | 0.51% | 0.89% | - |
| XYZ | 54.91 | 68.36 | 25.05 | - |
| YUV | 206.2 | 73.71 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 110 | 0.10 | 0 | 0.51 | 0.11 | 71.38 | 0.67 | 0.66 |
| Hex | CC | E2 | 6E | A | 0 | 33 | B | 47 | 43 | 42 |
| Octal | 314 | 342 | 156 | 12 | 0 | 63 | 13 | 107 | 103 | 102 |
| Binary | 11001100 | 11100010 | 1101110 | 1010 | 0 | 110011 | 1011 | 1000111 | 1000011 | 1000010 |
Color Harmonies of #CCE26E
Complementary color
Monochromatic Colors of #CCE26E
Black with #CCE26E
Text Example
Text Example
White with #CCE26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE26E; }
p { color: rgb(204,226,110); }
H1.HeaderClassName
{
color: #CCE26E;
}
.AnyTagClassName
{
color: #CCE26E;
}
</style>
background-color css
<style>
a { background-color: #CCE26E; }
a { background-color: rgb(204,226,110); }
div.DivClassName
{
background-color: #CCE26E;
}
.BgClassName
{
background-color: #CCE26E;
}
</style>
border-color css
<style>
span { border-color: #CCE26E; }
span { border-color: rgb(204,226,110); }
td.TdClassName
{
border-color: #CCE26E;
}
.TagClassName
{
border-color: #CCE26E;
}
</style>