Shades of Mindaro #CCFF55
Tints of Mindaro #CCFF55
RGB
CMYK
RGB Variations
Color information
#CCFF55 (or 0xCCFF55) is known color: Mindaro. HEX triplet: CC, FF and 55. RGB value is (204,255,85). Sum of RGB (Red+Green+Blue) = 204+255+85=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 85 (33.59% from 255 or 15.62% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF55 is #3300AA. Grayscale: #DCDCDC. Windows color (decimal): -3342507 or 5636044. OLE color: 5636044.
HSL color Cylindrical-coordinate representation of color #CCFF55: hue angle of 78º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCFF55 is Cyan = 0.2, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 85 | - |
| CMYK | 0.2 | 0 | 0.67 | 0 |
| HSL | 78º | 1% | 0.67% | - |
| HSV(B) | 78º | 0.67% | 1% | - |
| XYZ | 62.3 | 85.01 | 21.72 | - |
| YUV | 220.37 | 51.6 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 85 | 0.2 | 0 | 0.67 | 0 | 78 | 1 | 0.67 |
| Hex | CC | FF | 55 | 14 | 0 | 43 | 0 | 4E | 64 | 43 |
| Octal | 314 | 377 | 125 | 24 | 0 | 103 | 0 | 116 | 144 | 103 |
| Binary | 11001100 | 11111111 | 1010101 | 10100 | 0 | 1000011 | 0 | 1001110 | 1100100 | 1000011 |
Color Harmonies of #CCFF55
Complementary color
Monochromatic Colors of #CCFF55
Black with #CCFF55
Text Example
Text Example
White with #CCFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF55; }
p { color: rgb(204,255,85); }
H1.HeaderClassName
{
color: #CCFF55;
}
.AnyTagClassName
{
color: #CCFF55;
}
</style>
background-color css
<style>
a { background-color: #CCFF55; }
a { background-color: rgb(204,255,85); }
div.DivClassName
{
background-color: #CCFF55;
}
.BgClassName
{
background-color: #CCFF55;
}
</style>
border-color css
<style>
span { border-color: #CCFF55; }
span { border-color: rgb(204,255,85); }
td.TdClassName
{
border-color: #CCFF55;
}
.TagClassName
{
border-color: #CCFF55;
}
</style>