Shades of Mindaro #CCF860
Tints of Mindaro #CCF860
RGB
CMYK
RGB Variations
Color information
#CCF860 (or 0xCCF860) is known color: Mindaro. HEX triplet: CC, F8 and 60. RGB value is (204,248,96). Sum of RGB (Red+Green+Blue) = 204+248+96=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 96 (37.89% from 255 or 17.52% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF860 is #33079F. Grayscale: #DADADA. Windows color (decimal): -3344288 or 6355148. OLE color: 6355148.
HSL color Cylindrical-coordinate representation of color #CCF860: hue angle of 77.37º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCF860 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 96 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.03 |
| HSL | 77.37º | 0.92% | 0.67% | - |
| HSV(B) | 77.37º | 0.61% | 0.97% | - |
| XYZ | 60.58 | 80.82 | 23.47 | - |
| YUV | 217.52 | 59.42 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 96 | 0.18 | 0 | 0.61 | 0.03 | 77.37 | 0.92 | 0.67 |
| Hex | CC | F8 | 60 | 12 | 0 | 3D | 3 | 4D | 5C | 43 |
| Octal | 314 | 370 | 140 | 22 | 0 | 75 | 3 | 115 | 134 | 103 |
| Binary | 11001100 | 11111000 | 1100000 | 10010 | 0 | 111101 | 11 | 1001101 | 1011100 | 1000011 |
Color Harmonies of #CCF860
Complementary color
Monochromatic Colors of #CCF860
Black with #CCF860
Text Example
Text Example
White with #CCF860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF860; }
p { color: rgb(204,248,96); }
H1.HeaderClassName
{
color: #CCF860;
}
.AnyTagClassName
{
color: #CCF860;
}
</style>
background-color css
<style>
a { background-color: #CCF860; }
a { background-color: rgb(204,248,96); }
div.DivClassName
{
background-color: #CCF860;
}
.BgClassName
{
background-color: #CCF860;
}
</style>
border-color css
<style>
span { border-color: #CCF860; }
span { border-color: rgb(204,248,96); }
td.TdClassName
{
border-color: #CCF860;
}
.TagClassName
{
border-color: #CCF860;
}
</style>