Shades of Mindaro #CCF256
Tints of Mindaro #CCF256
RGB
CMYK
RGB Variations
Color information
#CCF256 (or 0xCCF256) is known color: Mindaro. HEX triplet: CC, F2 and 56. RGB value is (204,242,86). Sum of RGB (Red+Green+Blue) = 204+242+86=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 86 (33.98% from 255 or 16.17% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF256 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF256 is #330DA9. Grayscale: #D5D5D5. Windows color (decimal): -3345834 or 5698252. OLE color: 5698252.
HSL color Cylindrical-coordinate representation of color #CCF256: hue angle of 74.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCF256 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 86 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.05 |
| HSL | 74.62º | 0.86% | 0.64% | - |
| HSV(B) | 74.62º | 0.64% | 0.95% | - |
| XYZ | 58.33 | 77.01 | 20.59 | - |
| YUV | 212.85 | 56.41 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 86 | 0.16 | 0 | 0.64 | 0.05 | 74.62 | 0.86 | 0.64 |
| Hex | CC | F2 | 56 | 10 | 0 | 40 | 5 | 4B | 56 | 40 |
| Octal | 314 | 362 | 126 | 20 | 0 | 100 | 5 | 113 | 126 | 100 |
| Binary | 11001100 | 11110010 | 1010110 | 10000 | 0 | 1000000 | 101 | 1001011 | 1010110 | 1000000 |
Color Harmonies of #CCF256
Complementary color
Monochromatic Colors of #CCF256
Black with #CCF256
Text Example
Text Example
White with #CCF256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF256; }
p { color: rgb(204,242,86); }
H1.HeaderClassName
{
color: #CCF256;
}
.AnyTagClassName
{
color: #CCF256;
}
</style>
background-color css
<style>
a { background-color: #CCF256; }
a { background-color: rgb(204,242,86); }
div.DivClassName
{
background-color: #CCF256;
}
.BgClassName
{
background-color: #CCF256;
}
</style>
border-color css
<style>
span { border-color: #CCF256; }
span { border-color: rgb(204,242,86); }
td.TdClassName
{
border-color: #CCF256;
}
.TagClassName
{
border-color: #CCF256;
}
</style>