Shades of Mindaro #C9FF56
Tints of Mindaro #C9FF56
RGB
CMYK
RGB Variations
Color information
#C9FF56 (or 0xC9FF56) is known color: Mindaro. HEX triplet: C9, FF and 56. RGB value is (201,255,86). Sum of RGB (Red+Green+Blue) = 201+255+86=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 86 (33.98% from 255 or 15.87% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FF56 is #3600A9. Grayscale: #DCDCDC. Windows color (decimal): -3539114 or 5701577. OLE color: 5701577.
HSL color Cylindrical-coordinate representation of color #C9FF56: hue angle of 79.17º 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 #C9FF56 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 86 | - |
| CMYK | 0.21 | 0 | 0.66 | 0 |
| HSL | 79.17º | 1% | 0.67% | - |
| HSV(B) | 79.17º | 0.66% | 1% | - |
| XYZ | 61.53 | 84.61 | 21.89 | - |
| YUV | 219.59 | 52.61 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 86 | 0.21 | 0 | 0.66 | 0 | 79.17 | 1 | 0.67 |
| Hex | C9 | FF | 56 | 15 | 0 | 42 | 0 | 4F | 64 | 43 |
| Octal | 311 | 377 | 126 | 25 | 0 | 102 | 0 | 117 | 144 | 103 |
| Binary | 11001001 | 11111111 | 1010110 | 10101 | 0 | 1000010 | 0 | 1001111 | 1100100 | 1000011 |
Color Harmonies of #C9FF56
Complementary color
Monochromatic Colors of #C9FF56
Black with #C9FF56
Text Example
Text Example
White with #C9FF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FF56; }
p { color: rgb(201,255,86); }
H1.HeaderClassName
{
color: #C9FF56;
}
.AnyTagClassName
{
color: #C9FF56;
}
</style>
background-color css
<style>
a { background-color: #C9FF56; }
a { background-color: rgb(201,255,86); }
div.DivClassName
{
background-color: #C9FF56;
}
.BgClassName
{
background-color: #C9FF56;
}
</style>
border-color css
<style>
span { border-color: #C9FF56; }
span { border-color: rgb(201,255,86); }
td.TdClassName
{
border-color: #C9FF56;
}
.TagClassName
{
border-color: #C9FF56;
}
</style>