Shades of Mindaro #CCEB6C
Tints of Mindaro #CCEB6C
RGB
CMYK
RGB Variations
Color information
#CCEB6C (or 0xCCEB6C) is known color: Mindaro. HEX triplet: CC, EB and 6C. RGB value is (204,235,108). Sum of RGB (Red+Green+Blue) = 204+235+108=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEB6C is #331493. Grayscale: #D3D3D3. Windows color (decimal): -3347604 or 7138252. OLE color: 7138252.
HSL color Cylindrical-coordinate representation of color #CCEB6C: hue angle of 74.65º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCEB6C is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 108 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.08 |
| HSL | 74.65º | 0.76% | 0.67% | - |
| HSV(B) | 74.65º | 0.54% | 0.92% | - |
| XYZ | 57.32 | 73.34 | 25.32 | - |
| YUV | 211.25 | 69.73 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 108 | 0.13 | 0 | 0.54 | 0.08 | 74.65 | 0.76 | 0.67 |
| Hex | CC | EB | 6C | D | 0 | 36 | 8 | 4B | 4C | 43 |
| Octal | 314 | 353 | 154 | 15 | 0 | 66 | 10 | 113 | 114 | 103 |
| Binary | 11001100 | 11101011 | 1101100 | 1101 | 0 | 110110 | 1000 | 1001011 | 1001100 | 1000011 |
Color Harmonies of #CCEB6C
Complementary color
Monochromatic Colors of #CCEB6C
Black with #CCEB6C
Text Example
Text Example
White with #CCEB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEB6C; }
p { color: rgb(204,235,108); }
H1.HeaderClassName
{
color: #CCEB6C;
}
.AnyTagClassName
{
color: #CCEB6C;
}
</style>
background-color css
<style>
a { background-color: #CCEB6C; }
a { background-color: rgb(204,235,108); }
div.DivClassName
{
background-color: #CCEB6C;
}
.BgClassName
{
background-color: #CCEB6C;
}
</style>
border-color css
<style>
span { border-color: #CCEB6C; }
span { border-color: rgb(204,235,108); }
td.TdClassName
{
border-color: #CCEB6C;
}
.TagClassName
{
border-color: #CCEB6C;
}
</style>