Shades of Mindaro #CCF850
Tints of Mindaro #CCF850
RGB
CMYK
RGB Variations
Color information
#CCF850 (or 0xCCF850) is known color: Mindaro. HEX triplet: CC, F8 and 50. RGB value is (204,248,80). Sum of RGB (Red+Green+Blue) = 204+248+80=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 80 (31.64% from 255 or 15.04% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF850 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF850 is #3307AF. Grayscale: #D8D8D8. Windows color (decimal): -3344304 or 5306572. OLE color: 5306572.
HSL color Cylindrical-coordinate representation of color #CCF850: hue angle of 75.71º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCF850 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 80 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.03 |
| HSL | 75.71º | 0.92% | 0.64% | - |
| HSV(B) | 75.71º | 0.68% | 0.97% | - |
| XYZ | 59.92 | 80.55 | 19.98 | - |
| YUV | 215.69 | 51.42 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 80 | 0.18 | 0 | 0.68 | 0.03 | 75.71 | 0.92 | 0.64 |
| Hex | CC | F8 | 50 | 12 | 0 | 44 | 3 | 4C | 5C | 40 |
| Octal | 314 | 370 | 120 | 22 | 0 | 104 | 3 | 114 | 134 | 100 |
| Binary | 11001100 | 11111000 | 1010000 | 10010 | 0 | 1000100 | 11 | 1001100 | 1011100 | 1000000 |
Color Harmonies of #CCF850
Complementary color
Monochromatic Colors of #CCF850
Black with #CCF850
Text Example
Text Example
White with #CCF850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF850; }
p { color: rgb(204,248,80); }
H1.HeaderClassName
{
color: #CCF850;
}
.AnyTagClassName
{
color: #CCF850;
}
</style>
background-color css
<style>
a { background-color: #CCF850; }
a { background-color: rgb(204,248,80); }
div.DivClassName
{
background-color: #CCF850;
}
.BgClassName
{
background-color: #CCF850;
}
</style>
border-color css
<style>
span { border-color: #CCF850; }
span { border-color: rgb(204,248,80); }
td.TdClassName
{
border-color: #CCF850;
}
.TagClassName
{
border-color: #CCF850;
}
</style>