Shades of Mindaro #CCE26C
Tints of Mindaro #CCE26C
RGB
CMYK
RGB Variations
Color information
#CCE26C (or 0xCCE26C) is known color: Mindaro. HEX triplet: CC, E2 and 6C. RGB value is (204,226,108). Sum of RGB (Red+Green+Blue) = 204+226+108=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE26C is #331D93. Grayscale: #CECECE. Windows color (decimal): -3349908 or 7135948. OLE color: 7135948.
HSL color Cylindrical-coordinate representation of color #CCE26C: hue angle of 71.19º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCE26C is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 108 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.11 |
| HSL | 71.19º | 0.67% | 0.65% | - |
| HSV(B) | 71.19º | 0.52% | 0.89% | - |
| XYZ | 54.8 | 68.31 | 24.48 | - |
| YUV | 205.97 | 72.71 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 108 | 0.10 | 0 | 0.52 | 0.11 | 71.19 | 0.67 | 0.65 |
| Hex | CC | E2 | 6C | A | 0 | 34 | B | 47 | 43 | 41 |
| Octal | 314 | 342 | 154 | 12 | 0 | 64 | 13 | 107 | 103 | 101 |
| Binary | 11001100 | 11100010 | 1101100 | 1010 | 0 | 110100 | 1011 | 1000111 | 1000011 | 1000001 |
Color Harmonies of #CCE26C
Complementary color
Monochromatic Colors of #CCE26C
Black with #CCE26C
Text Example
Text Example
White with #CCE26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE26C; }
p { color: rgb(204,226,108); }
H1.HeaderClassName
{
color: #CCE26C;
}
.AnyTagClassName
{
color: #CCE26C;
}
</style>
background-color css
<style>
a { background-color: #CCE26C; }
a { background-color: rgb(204,226,108); }
div.DivClassName
{
background-color: #CCE26C;
}
.BgClassName
{
background-color: #CCE26C;
}
</style>
border-color css
<style>
span { border-color: #CCE26C; }
span { border-color: rgb(204,226,108); }
td.TdClassName
{
border-color: #CCE26C;
}
.TagClassName
{
border-color: #CCE26C;
}
</style>