Shades of Mindaro #CCE66F
Tints of Mindaro #CCE66F
RGB
CMYK
RGB Variations
Color information
#CCE66F (or 0xCCE66F) is known color: Mindaro. HEX triplet: CC, E6 and 6F. RGB value is (204,230,111). Sum of RGB (Red+Green+Blue) = 204+230+111=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE66F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE66F is #331990. Grayscale: #D1D1D1. Windows color (decimal): -3348881 or 7333580. OLE color: 7333580.
HSL color Cylindrical-coordinate representation of color #CCE66F: hue angle of 73.11º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCE66F is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 111 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.10 |
| HSL | 73.11º | 0.7% | 0.67% | - |
| HSV(B) | 73.11º | 0.52% | 0.9% | - |
| XYZ | 56.07 | 70.58 | 25.71 | - |
| YUV | 208.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 111 | 0.11 | 0 | 0.52 | 0.10 | 73.11 | 0.7 | 0.67 |
| Hex | CC | E6 | 6F | B | 0 | 34 | A | 49 | 46 | 43 |
| Octal | 314 | 346 | 157 | 13 | 0 | 64 | 12 | 111 | 106 | 103 |
| Binary | 11001100 | 11100110 | 1101111 | 1011 | 0 | 110100 | 1010 | 1001001 | 1000110 | 1000011 |
Color Harmonies of #CCE66F
Complementary color
Monochromatic Colors of #CCE66F
Black with #CCE66F
Text Example
Text Example
White with #CCE66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE66F; }
p { color: rgb(204,230,111); }
H1.HeaderClassName
{
color: #CCE66F;
}
.AnyTagClassName
{
color: #CCE66F;
}
</style>
background-color css
<style>
a { background-color: #CCE66F; }
a { background-color: rgb(204,230,111); }
div.DivClassName
{
background-color: #CCE66F;
}
.BgClassName
{
background-color: #CCE66F;
}
</style>
border-color css
<style>
span { border-color: #CCE66F; }
span { border-color: rgb(204,230,111); }
td.TdClassName
{
border-color: #CCE66F;
}
.TagClassName
{
border-color: #CCE66F;
}
</style>