Shades of Mindaro #CCE76B
Tints of Mindaro #CCE76B
RGB
CMYK
RGB Variations
Color information
#CCE76B (or 0xCCE76B) is known color: Mindaro. HEX triplet: CC, E7 and 6B. RGB value is (204,231,107). Sum of RGB (Red+Green+Blue) = 204+231+107=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 231 (90.62% from 255 or 42.62% from 542); Blue value is 107 (42.19% from 255 or 19.74% from 542); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE76B is #331894. Grayscale: #D1D1D1. Windows color (decimal): -3348629 or 7071692. OLE color: 7071692.
HSL color Cylindrical-coordinate representation of color #CCE76B: hue angle of 73.06º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCE76B is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 107 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.09 |
| HSL | 73.06º | 0.72% | 0.66% | - |
| HSV(B) | 73.06º | 0.54% | 0.91% | - |
| XYZ | 56.13 | 71.05 | 24.67 | - |
| YUV | 208.79 | 70.55 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 107 | 0.12 | 0 | 0.54 | 0.09 | 73.06 | 0.72 | 0.66 |
| Hex | CC | E7 | 6B | C | 0 | 36 | 9 | 49 | 48 | 42 |
| Octal | 314 | 347 | 153 | 14 | 0 | 66 | 11 | 111 | 110 | 102 |
| Binary | 11001100 | 11100111 | 1101011 | 1100 | 0 | 110110 | 1001 | 1001001 | 1001000 | 1000010 |
Color Harmonies of #CCE76B
Complementary color
Monochromatic Colors of #CCE76B
Black with #CCE76B
Text Example
Text Example
White with #CCE76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE76B; }
p { color: rgb(204,231,107); }
H1.HeaderClassName
{
color: #CCE76B;
}
.AnyTagClassName
{
color: #CCE76B;
}
</style>
background-color css
<style>
a { background-color: #CCE76B; }
a { background-color: rgb(204,231,107); }
div.DivClassName
{
background-color: #CCE76B;
}
.BgClassName
{
background-color: #CCE76B;
}
</style>
border-color css
<style>
span { border-color: #CCE76B; }
span { border-color: rgb(204,231,107); }
td.TdClassName
{
border-color: #CCE76B;
}
.TagClassName
{
border-color: #CCE76B;
}
</style>