Shades of Mindaro #CCE56B
Tints of Mindaro #CCE56B
RGB
CMYK
RGB Variations
Color information
#CCE56B (or 0xCCE56B) is known color: Mindaro. HEX triplet: CC, E5 and 6B. RGB value is (204,229,107). Sum of RGB (Red+Green+Blue) = 204+229+107=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE56B is #331A94. Grayscale: #D0D0D0. Windows color (decimal): -3349141 or 7071180. OLE color: 7071180.
HSL color Cylindrical-coordinate representation of color #CCE56B: hue angle of 72.3º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCE56B is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 107 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.10 |
| HSL | 72.3º | 0.7% | 0.66% | - |
| HSV(B) | 72.3º | 0.53% | 0.9% | - |
| XYZ | 55.58 | 69.94 | 24.48 | - |
| YUV | 207.62 | 71.22 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 107 | 0.11 | 0 | 0.53 | 0.10 | 72.3 | 0.7 | 0.66 |
| Hex | CC | E5 | 6B | B | 0 | 35 | A | 48 | 46 | 42 |
| Octal | 314 | 345 | 153 | 13 | 0 | 65 | 12 | 110 | 106 | 102 |
| Binary | 11001100 | 11100101 | 1101011 | 1011 | 0 | 110101 | 1010 | 1001000 | 1000110 | 1000010 |
Color Harmonies of #CCE56B
Complementary color
Monochromatic Colors of #CCE56B
Black with #CCE56B
Text Example
Text Example
White with #CCE56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE56B; }
p { color: rgb(204,229,107); }
H1.HeaderClassName
{
color: #CCE56B;
}
.AnyTagClassName
{
color: #CCE56B;
}
</style>
background-color css
<style>
a { background-color: #CCE56B; }
a { background-color: rgb(204,229,107); }
div.DivClassName
{
background-color: #CCE56B;
}
.BgClassName
{
background-color: #CCE56B;
}
</style>
border-color css
<style>
span { border-color: #CCE56B; }
span { border-color: rgb(204,229,107); }
td.TdClassName
{
border-color: #CCE56B;
}
.TagClassName
{
border-color: #CCE56B;
}
</style>