Shades of Mindaro #CCF55A
Tints of Mindaro #CCF55A
RGB
CMYK
RGB Variations
Color information
#CCF55A (or 0xCCF55A) is known color: Mindaro. HEX triplet: CC, F5 and 5A. RGB value is (204,245,90). Sum of RGB (Red+Green+Blue) = 204+245+90=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF55A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF55A is #330AA5. Grayscale: #D7D7D7. Windows color (decimal): -3345062 or 5961164. OLE color: 5961164.
HSL color Cylindrical-coordinate representation of color #CCF55A: hue angle of 75.87º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCF55A is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 90 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.04 |
| HSL | 75.87º | 0.89% | 0.66% | - |
| HSV(B) | 75.87º | 0.63% | 0.96% | - |
| XYZ | 59.4 | 78.88 | 21.77 | - |
| YUV | 215.07 | 57.42 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 90 | 0.17 | 0 | 0.63 | 0.04 | 75.87 | 0.89 | 0.66 |
| Hex | CC | F5 | 5A | 11 | 0 | 3F | 4 | 4C | 59 | 42 |
| Octal | 314 | 365 | 132 | 21 | 0 | 77 | 4 | 114 | 131 | 102 |
| Binary | 11001100 | 11110101 | 1011010 | 10001 | 0 | 111111 | 100 | 1001100 | 1011001 | 1000010 |
Color Harmonies of #CCF55A
Complementary color
Monochromatic Colors of #CCF55A
Black with #CCF55A
Text Example
Text Example
White with #CCF55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF55A; }
p { color: rgb(204,245,90); }
H1.HeaderClassName
{
color: #CCF55A;
}
.AnyTagClassName
{
color: #CCF55A;
}
</style>
background-color css
<style>
a { background-color: #CCF55A; }
a { background-color: rgb(204,245,90); }
div.DivClassName
{
background-color: #CCF55A;
}
.BgClassName
{
background-color: #CCF55A;
}
</style>
border-color css
<style>
span { border-color: #CCF55A; }
span { border-color: rgb(204,245,90); }
td.TdClassName
{
border-color: #CCF55A;
}
.TagClassName
{
border-color: #CCF55A;
}
</style>