Shades of Mindaro #CCF553
Tints of Mindaro #CCF553
RGB
CMYK
RGB Variations
Color information
#CCF553 (or 0xCCF553) is known color: Mindaro. HEX triplet: CC, F5 and 53. RGB value is (204,245,83). Sum of RGB (Red+Green+Blue) = 204+245+83=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 83 (32.81% from 255 or 15.60% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF553 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF553 is #330AAC. Grayscale: #D6D6D6. Windows color (decimal): -3345069 or 5502412. OLE color: 5502412.
HSL color Cylindrical-coordinate representation of color #CCF553: hue angle of 75.19º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCF553 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 83 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.04 |
| HSL | 75.19º | 0.89% | 0.64% | - |
| HSV(B) | 75.19º | 0.66% | 0.96% | - |
| XYZ | 59.12 | 78.77 | 20.27 | - |
| YUV | 214.27 | 53.92 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 83 | 0.17 | 0 | 0.66 | 0.04 | 75.19 | 0.89 | 0.64 |
| Hex | CC | F5 | 53 | 11 | 0 | 42 | 4 | 4B | 59 | 40 |
| Octal | 314 | 365 | 123 | 21 | 0 | 102 | 4 | 113 | 131 | 100 |
| Binary | 11001100 | 11110101 | 1010011 | 10001 | 0 | 1000010 | 100 | 1001011 | 1011001 | 1000000 |
Color Harmonies of #CCF553
Complementary color
Monochromatic Colors of #CCF553
Black with #CCF553
Text Example
Text Example
White with #CCF553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF553; }
p { color: rgb(204,245,83); }
H1.HeaderClassName
{
color: #CCF553;
}
.AnyTagClassName
{
color: #CCF553;
}
</style>
background-color css
<style>
a { background-color: #CCF553; }
a { background-color: rgb(204,245,83); }
div.DivClassName
{
background-color: #CCF553;
}
.BgClassName
{
background-color: #CCF553;
}
</style>
border-color css
<style>
span { border-color: #CCF553; }
span { border-color: rgb(204,245,83); }
td.TdClassName
{
border-color: #CCF553;
}
.TagClassName
{
border-color: #CCF553;
}
</style>