Shades of Mindaro #CCF55F
Tints of Mindaro #CCF55F
RGB
CMYK
RGB Variations
Color information
#CCF55F (or 0xCCF55F) is known color: Mindaro. HEX triplet: CC, F5 and 5F. RGB value is (204,245,95). Sum of RGB (Red+Green+Blue) = 204+245+95=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 95 (37.5% from 255 or 17.46% from 544); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF55F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF55F is #330AA0. Grayscale: #D8D8D8. Windows color (decimal): -3345057 or 6288844. OLE color: 6288844.
HSL color Cylindrical-coordinate representation of color #CCF55F: hue angle of 76.4º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCF55F is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 95 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.04 |
| HSL | 76.4º | 0.88% | 0.67% | - |
| HSV(B) | 76.4º | 0.61% | 0.96% | - |
| XYZ | 59.62 | 78.97 | 22.93 | - |
| YUV | 215.64 | 59.92 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 95 | 0.17 | 0 | 0.61 | 0.04 | 76.4 | 0.88 | 0.67 |
| Hex | CC | F5 | 5F | 11 | 0 | 3D | 4 | 4C | 58 | 43 |
| Octal | 314 | 365 | 137 | 21 | 0 | 75 | 4 | 114 | 130 | 103 |
| Binary | 11001100 | 11110101 | 1011111 | 10001 | 0 | 111101 | 100 | 1001100 | 1011000 | 1000011 |
Color Harmonies of #CCF55F
Complementary color
Monochromatic Colors of #CCF55F
Black with #CCF55F
Text Example
Text Example
White with #CCF55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF55F; }
p { color: rgb(204,245,95); }
H1.HeaderClassName
{
color: #CCF55F;
}
.AnyTagClassName
{
color: #CCF55F;
}
</style>
background-color css
<style>
a { background-color: #CCF55F; }
a { background-color: rgb(204,245,95); }
div.DivClassName
{
background-color: #CCF55F;
}
.BgClassName
{
background-color: #CCF55F;
}
</style>
border-color css
<style>
span { border-color: #CCF55F; }
span { border-color: rgb(204,245,95); }
td.TdClassName
{
border-color: #CCF55F;
}
.TagClassName
{
border-color: #CCF55F;
}
</style>