Shades of Mindaro #CCF554
Tints of Mindaro #CCF554
RGB
CMYK
RGB Variations
Color information
#CCF554 (or 0xCCF554) is known color: Mindaro. HEX triplet: CC, F5 and 54. RGB value is (204,245,84). Sum of RGB (Red+Green+Blue) = 204+245+84=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 84 (33.20% from 255 or 15.76% from 533); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF554 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF554 is #330AAB. Grayscale: #D6D6D6. Windows color (decimal): -3345068 or 5567948. OLE color: 5567948.
HSL color Cylindrical-coordinate representation of color #CCF554: hue angle of 75.28º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCF554 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 84 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.04 |
| HSL | 75.28º | 0.89% | 0.65% | - |
| HSV(B) | 75.28º | 0.66% | 0.96% | - |
| XYZ | 59.15 | 78.78 | 20.48 | - |
| YUV | 214.39 | 54.42 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 84 | 0.17 | 0 | 0.66 | 0.04 | 75.28 | 0.89 | 0.65 |
| Hex | CC | F5 | 54 | 11 | 0 | 42 | 4 | 4B | 59 | 41 |
| Octal | 314 | 365 | 124 | 21 | 0 | 102 | 4 | 113 | 131 | 101 |
| Binary | 11001100 | 11110101 | 1010100 | 10001 | 0 | 1000010 | 100 | 1001011 | 1011001 | 1000001 |
Color Harmonies of #CCF554
Complementary color
Monochromatic Colors of #CCF554
Black with #CCF554
Text Example
Text Example
White with #CCF554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF554; }
p { color: rgb(204,245,84); }
H1.HeaderClassName
{
color: #CCF554;
}
.AnyTagClassName
{
color: #CCF554;
}
</style>
background-color css
<style>
a { background-color: #CCF554; }
a { background-color: rgb(204,245,84); }
div.DivClassName
{
background-color: #CCF554;
}
.BgClassName
{
background-color: #CCF554;
}
</style>
border-color css
<style>
span { border-color: #CCF554; }
span { border-color: rgb(204,245,84); }
td.TdClassName
{
border-color: #CCF554;
}
.TagClassName
{
border-color: #CCF554;
}
</style>