Shades of Mindaro #CCFF59
Tints of Mindaro #CCFF59
RGB
CMYK
RGB Variations
Color information
#CCFF59 (or 0xCCFF59) is known color: Mindaro. HEX triplet: CC, FF and 59. RGB value is (204,255,89). Sum of RGB (Red+Green+Blue) = 204+255+89=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 89 (35.16% from 255 or 16.24% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF59 is #3300A6. Grayscale: #DDDDDD. Windows color (decimal): -3342503 or 5898188. OLE color: 5898188.
HSL color Cylindrical-coordinate representation of color #CCFF59: hue angle of 78.43º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCFF59 is Cyan = 0.2, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 89 | - |
| CMYK | 0.2 | 0 | 0.65 | 0 |
| HSL | 78.43º | 1% | 0.67% | - |
| HSV(B) | 78.43º | 0.65% | 1% | - |
| XYZ | 62.47 | 85.08 | 22.58 | - |
| YUV | 220.83 | 53.6 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 89 | 0.2 | 0 | 0.65 | 0 | 78.43 | 1 | 0.67 |
| Hex | CC | FF | 59 | 14 | 0 | 41 | 0 | 4E | 64 | 43 |
| Octal | 314 | 377 | 131 | 24 | 0 | 101 | 0 | 116 | 144 | 103 |
| Binary | 11001100 | 11111111 | 1011001 | 10100 | 0 | 1000001 | 0 | 1001110 | 1100100 | 1000011 |
Color Harmonies of #CCFF59
Complementary color
Monochromatic Colors of #CCFF59
Black with #CCFF59
Text Example
Text Example
White with #CCFF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF59; }
p { color: rgb(204,255,89); }
H1.HeaderClassName
{
color: #CCFF59;
}
.AnyTagClassName
{
color: #CCFF59;
}
</style>
background-color css
<style>
a { background-color: #CCFF59; }
a { background-color: rgb(204,255,89); }
div.DivClassName
{
background-color: #CCFF59;
}
.BgClassName
{
background-color: #CCFF59;
}
</style>
border-color css
<style>
span { border-color: #CCFF59; }
span { border-color: rgb(204,255,89); }
td.TdClassName
{
border-color: #CCFF59;
}
.TagClassName
{
border-color: #CCFF59;
}
</style>