Shades of Mindaro #CCE36B
Tints of Mindaro #CCE36B
RGB
CMYK
RGB Variations
Color information
#CCE36B (or 0xCCE36B) is known color: Mindaro. HEX triplet: CC, E3 and 6B. RGB value is (204,227,107). Sum of RGB (Red+Green+Blue) = 204+227+107=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 107 (42.19% from 255 or 19.89% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE36B is #331C94. Grayscale: #CECECE. Windows color (decimal): -3349653 or 7070668. OLE color: 7070668.
HSL color Cylindrical-coordinate representation of color #CCE36B: hue angle of 71.5º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCE36B is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 107 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.11 |
| HSL | 71.5º | 0.68% | 0.65% | - |
| HSV(B) | 71.5º | 0.53% | 0.89% | - |
| XYZ | 55.02 | 68.84 | 24.3 | - |
| YUV | 206.44 | 71.88 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 107 | 0.10 | 0 | 0.53 | 0.11 | 71.5 | 0.68 | 0.65 |
| Hex | CC | E3 | 6B | A | 0 | 35 | B | 48 | 44 | 41 |
| Octal | 314 | 343 | 153 | 12 | 0 | 65 | 13 | 110 | 104 | 101 |
| Binary | 11001100 | 11100011 | 1101011 | 1010 | 0 | 110101 | 1011 | 1001000 | 1000100 | 1000001 |
Color Harmonies of #CCE36B
Complementary color
Monochromatic Colors of #CCE36B
Black with #CCE36B
Text Example
Text Example
White with #CCE36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE36B; }
p { color: rgb(204,227,107); }
H1.HeaderClassName
{
color: #CCE36B;
}
.AnyTagClassName
{
color: #CCE36B;
}
</style>
background-color css
<style>
a { background-color: #CCE36B; }
a { background-color: rgb(204,227,107); }
div.DivClassName
{
background-color: #CCE36B;
}
.BgClassName
{
background-color: #CCE36B;
}
</style>
border-color css
<style>
span { border-color: #CCE36B; }
span { border-color: rgb(204,227,107); }
td.TdClassName
{
border-color: #CCE36B;
}
.TagClassName
{
border-color: #CCE36B;
}
</style>