Shades of Mindaro #CCF057
Tints of Mindaro #CCF057
RGB
CMYK
RGB Variations
Color information
#CCF057 (or 0xCCF057) is known color: Mindaro. HEX triplet: CC, F0 and 57. RGB value is (204,240,87). Sum of RGB (Red+Green+Blue) = 204+240+87=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 87 (34.38% from 255 or 16.38% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF057 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF057 is #330FA8. Grayscale: #D4D4D4. Windows color (decimal): -3346345 or 5763276. OLE color: 5763276.
HSL color Cylindrical-coordinate representation of color #CCF057: hue angle of 74.12º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCF057 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 87 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.06 |
| HSL | 74.12º | 0.84% | 0.64% | - |
| HSV(B) | 74.12º | 0.64% | 0.94% | - |
| XYZ | 57.78 | 75.85 | 20.61 | - |
| YUV | 211.79 | 57.57 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 87 | 0.15 | 0 | 0.64 | 0.06 | 74.12 | 0.84 | 0.64 |
| Hex | CC | F0 | 57 | F | 0 | 40 | 6 | 4A | 54 | 40 |
| Octal | 314 | 360 | 127 | 17 | 0 | 100 | 6 | 112 | 124 | 100 |
| Binary | 11001100 | 11110000 | 1010111 | 1111 | 0 | 1000000 | 110 | 1001010 | 1010100 | 1000000 |
Color Harmonies of #CCF057
Complementary color
Monochromatic Colors of #CCF057
Black with #CCF057
Text Example
Text Example
White with #CCF057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF057; }
p { color: rgb(204,240,87); }
H1.HeaderClassName
{
color: #CCF057;
}
.AnyTagClassName
{
color: #CCF057;
}
</style>
background-color css
<style>
a { background-color: #CCF057; }
a { background-color: rgb(204,240,87); }
div.DivClassName
{
background-color: #CCF057;
}
.BgClassName
{
background-color: #CCF057;
}
</style>
border-color css
<style>
span { border-color: #CCF057; }
span { border-color: rgb(204,240,87); }
td.TdClassName
{
border-color: #CCF057;
}
.TagClassName
{
border-color: #CCF057;
}
</style>