Shades of Mindaro #CCE76F
Tints of Mindaro #CCE76F
RGB
CMYK
RGB Variations
Color information
#CCE76F (or 0xCCE76F) is known color: Mindaro. HEX triplet: CC, E7 and 6F. RGB value is (204,231,111). Sum of RGB (Red+Green+Blue) = 204+231+111=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 111 (43.75% from 255 or 20.33% from 546); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE76F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE76F is #331890. Grayscale: #D1D1D1. Windows color (decimal): -3348625 or 7333836. OLE color: 7333836.
HSL color Cylindrical-coordinate representation of color #CCE76F: hue angle of 73.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCE76F is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 111 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.09 |
| HSL | 73.5º | 0.71% | 0.67% | - |
| HSV(B) | 73.5º | 0.52% | 0.91% | - |
| XYZ | 56.35 | 71.14 | 25.8 | - |
| YUV | 209.25 | 72.55 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 111 | 0.12 | 0 | 0.52 | 0.09 | 73.5 | 0.71 | 0.67 |
| Hex | CC | E7 | 6F | C | 0 | 34 | 9 | 4A | 47 | 43 |
| Octal | 314 | 347 | 157 | 14 | 0 | 64 | 11 | 112 | 107 | 103 |
| Binary | 11001100 | 11100111 | 1101111 | 1100 | 0 | 110100 | 1001 | 1001010 | 1000111 | 1000011 |
Color Harmonies of #CCE76F
Complementary color
Monochromatic Colors of #CCE76F
Black with #CCE76F
Text Example
Text Example
White with #CCE76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE76F; }
p { color: rgb(204,231,111); }
H1.HeaderClassName
{
color: #CCE76F;
}
.AnyTagClassName
{
color: #CCE76F;
}
</style>
background-color css
<style>
a { background-color: #CCE76F; }
a { background-color: rgb(204,231,111); }
div.DivClassName
{
background-color: #CCE76F;
}
.BgClassName
{
background-color: #CCE76F;
}
</style>
border-color css
<style>
span { border-color: #CCE76F; }
span { border-color: rgb(204,231,111); }
td.TdClassName
{
border-color: #CCE76F;
}
.TagClassName
{
border-color: #CCE76F;
}
</style>