Shades of Mindaro #CCF857
Tints of Mindaro #CCF857
RGB
CMYK
RGB Variations
Color information
#CCF857 (or 0xCCF857) is known color: Mindaro. HEX triplet: CC, F8 and 57. RGB value is (204,248,87). Sum of RGB (Red+Green+Blue) = 204+248+87=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 248 (97.27% from 255 or 46.01% from 539); Blue value is 87 (34.38% from 255 or 16.14% from 539); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF857 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF857 is #3307A8. Grayscale: #D9D9D9. Windows color (decimal): -3344297 or 5765324. OLE color: 5765324.
HSL color Cylindrical-coordinate representation of color #CCF857: hue angle of 76.4º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCF857 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 87 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.03 |
| HSL | 76.4º | 0.92% | 0.66% | - |
| HSV(B) | 76.4º | 0.65% | 0.97% | - |
| XYZ | 60.19 | 80.66 | 21.41 | - |
| YUV | 216.49 | 54.92 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 87 | 0.18 | 0 | 0.65 | 0.03 | 76.4 | 0.92 | 0.66 |
| Hex | CC | F8 | 57 | 12 | 0 | 41 | 3 | 4C | 5C | 42 |
| Octal | 314 | 370 | 127 | 22 | 0 | 101 | 3 | 114 | 134 | 102 |
| Binary | 11001100 | 11111000 | 1010111 | 10010 | 0 | 1000001 | 11 | 1001100 | 1011100 | 1000010 |
Color Harmonies of #CCF857
Complementary color
Monochromatic Colors of #CCF857
Black with #CCF857
Text Example
Text Example
White with #CCF857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF857; }
p { color: rgb(204,248,87); }
H1.HeaderClassName
{
color: #CCF857;
}
.AnyTagClassName
{
color: #CCF857;
}
</style>
background-color css
<style>
a { background-color: #CCF857; }
a { background-color: rgb(204,248,87); }
div.DivClassName
{
background-color: #CCF857;
}
.BgClassName
{
background-color: #CCF857;
}
</style>
border-color css
<style>
span { border-color: #CCF857; }
span { border-color: rgb(204,248,87); }
td.TdClassName
{
border-color: #CCF857;
}
.TagClassName
{
border-color: #CCF857;
}
</style>