Shades of Mindaro #CCEF6D
Tints of Mindaro #CCEF6D
RGB
CMYK
RGB Variations
Color information
#CCEF6D (or 0xCCEF6D) is known color: Mindaro. HEX triplet: CC, EF and 6D. RGB value is (204,239,109). Sum of RGB (Red+Green+Blue) = 204+239+109=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEF6D is #331092. Grayscale: #D6D6D6. Windows color (decimal): -3346579 or 7204812. OLE color: 7204812.
HSL color Cylindrical-coordinate representation of color #CCEF6D: hue angle of 76.15º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCEF6D is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 239 | 109 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.06 |
| HSL | 76.15º | 0.8% | 0.68% | - |
| HSV(B) | 76.15º | 0.54% | 0.94% | - |
| XYZ | 58.53 | 75.67 | 25.99 | - |
| YUV | 213.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 239 | 109 | 0.15 | 0 | 0.54 | 0.06 | 76.15 | 0.8 | 0.68 |
| Hex | CC | EF | 6D | F | 0 | 36 | 6 | 4C | 50 | 44 |
| Octal | 314 | 357 | 155 | 17 | 0 | 66 | 6 | 114 | 120 | 104 |
| Binary | 11001100 | 11101111 | 1101101 | 1111 | 0 | 110110 | 110 | 1001100 | 1010000 | 1000100 |
Color Harmonies of #CCEF6D
Complementary color
Monochromatic Colors of #CCEF6D
Black with #CCEF6D
Text Example
Text Example
White with #CCEF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEF6D; }
p { color: rgb(204,239,109); }
H1.HeaderClassName
{
color: #CCEF6D;
}
.AnyTagClassName
{
color: #CCEF6D;
}
</style>
background-color css
<style>
a { background-color: #CCEF6D; }
a { background-color: rgb(204,239,109); }
div.DivClassName
{
background-color: #CCEF6D;
}
.BgClassName
{
background-color: #CCEF6D;
}
</style>
border-color css
<style>
span { border-color: #CCEF6D; }
span { border-color: rgb(204,239,109); }
td.TdClassName
{
border-color: #CCEF6D;
}
.TagClassName
{
border-color: #CCEF6D;
}
</style>