Shades of Sulu #C5FF77
Tints of Sulu #C5FF77
RGB
CMYK
RGB Variations
Color information
#C5FF77 (or 0xC5FF77) is known color: Sulu. HEX triplet: C5, FF and 77. RGB value is (197,255,119). Sum of RGB (Red+Green+Blue) = 197+255+119=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 119 (46.88% from 255 or 20.84% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FF77 is #3A0088. Grayscale: #DEDEDE. Windows color (decimal): -3801225 or 7864261. OLE color: 7864261.
HSL color Cylindrical-coordinate representation of color #C5FF77: hue angle of 85.59º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5FF77 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 119 | - |
| CMYK | 0.23 | 0 | 0.53 | 0 |
| HSL | 85.59º | 1% | 0.73% | - |
| HSV(B) | 85.59º | 0.53% | 1% | - |
| XYZ | 62.12 | 84.72 | 30.53 | - |
| YUV | 222.15 | 69.78 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 119 | 0.23 | 0 | 0.53 | 0 | 85.59 | 1 | 0.73 |
| Hex | C5 | FF | 77 | 17 | 0 | 35 | 0 | 56 | 64 | 49 |
| Octal | 305 | 377 | 167 | 27 | 0 | 65 | 0 | 126 | 144 | 111 |
| Binary | 11000101 | 11111111 | 1110111 | 10111 | 0 | 110101 | 0 | 1010110 | 1100100 | 1001001 |
Color Harmonies of #C5FF77
Complementary color
Monochromatic Colors of #C5FF77
Black with #C5FF77
Text Example
Text Example
White with #C5FF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF77; }
p { color: rgb(197,255,119); }
H1.HeaderClassName
{
color: #C5FF77;
}
.AnyTagClassName
{
color: #C5FF77;
}
</style>
background-color css
<style>
a { background-color: #C5FF77; }
a { background-color: rgb(197,255,119); }
div.DivClassName
{
background-color: #C5FF77;
}
.BgClassName
{
background-color: #C5FF77;
}
</style>
border-color css
<style>
span { border-color: #C5FF77; }
span { border-color: rgb(197,255,119); }
td.TdClassName
{
border-color: #C5FF77;
}
.TagClassName
{
border-color: #C5FF77;
}
</style>