Shades of Mindaro #CCFF56
Tints of Mindaro #CCFF56
RGB
CMYK
RGB Variations
Color information
#CCFF56 (or 0xCCFF56) is known color: Mindaro. HEX triplet: CC, FF and 56. RGB value is (204,255,86). Sum of RGB (Red+Green+Blue) = 204+255+86=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 86 (33.98% from 255 or 15.78% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF56 is #3300A9. Grayscale: #DDDDDD. Windows color (decimal): -3342506 or 5701580. OLE color: 5701580.
HSL color Cylindrical-coordinate representation of color #CCFF56: hue angle of 78.11º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCFF56 is Cyan = 0.2, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 86 | - |
| CMYK | 0.2 | 0 | 0.66 | 0 |
| HSL | 78.11º | 1% | 0.67% | - |
| HSV(B) | 78.11º | 0.66% | 1% | - |
| XYZ | 62.34 | 85.03 | 21.93 | - |
| YUV | 220.49 | 52.1 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 86 | 0.2 | 0 | 0.66 | 0 | 78.11 | 1 | 0.67 |
| Hex | CC | FF | 56 | 14 | 0 | 42 | 0 | 4E | 64 | 43 |
| Octal | 314 | 377 | 126 | 24 | 0 | 102 | 0 | 116 | 144 | 103 |
| Binary | 11001100 | 11111111 | 1010110 | 10100 | 0 | 1000010 | 0 | 1001110 | 1100100 | 1000011 |
Color Harmonies of #CCFF56
Complementary color
Monochromatic Colors of #CCFF56
Black with #CCFF56
Text Example
Text Example
White with #CCFF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF56; }
p { color: rgb(204,255,86); }
H1.HeaderClassName
{
color: #CCFF56;
}
.AnyTagClassName
{
color: #CCFF56;
}
</style>
background-color css
<style>
a { background-color: #CCFF56; }
a { background-color: rgb(204,255,86); }
div.DivClassName
{
background-color: #CCFF56;
}
.BgClassName
{
background-color: #CCFF56;
}
</style>
border-color css
<style>
span { border-color: #CCFF56; }
span { border-color: rgb(204,255,86); }
td.TdClassName
{
border-color: #CCFF56;
}
.TagClassName
{
border-color: #CCFF56;
}
</style>