Shades of Sulu #C5FA77
Tints of Sulu #C5FA77
RGB
CMYK
RGB Variations
Color information
#C5FA77 (or 0xC5FA77) is known color: Sulu. HEX triplet: C5, FA and 77. RGB value is (197,250,119). Sum of RGB (Red+Green+Blue) = 197+250+119=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 119 (46.88% from 255 or 21.02% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA77 is #3A0588. Grayscale: #DBDBDB. Windows color (decimal): -3802505 or 7862981. OLE color: 7862981.
HSL color Cylindrical-coordinate representation of color #C5FA77: hue angle of 84.27º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5FA77 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 119 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.02 |
| HSL | 84.27º | 0.93% | 0.72% | - |
| HSV(B) | 84.27º | 0.52% | 0.98% | - |
| XYZ | 60.54 | 81.57 | 30.01 | - |
| YUV | 219.22 | 71.44 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 119 | 0.21 | 0 | 0.52 | 0.02 | 84.27 | 0.93 | 0.72 |
| Hex | C5 | FA | 77 | 15 | 0 | 34 | 2 | 54 | 5D | 48 |
| Octal | 305 | 372 | 167 | 25 | 0 | 64 | 2 | 124 | 135 | 110 |
| Binary | 11000101 | 11111010 | 1110111 | 10101 | 0 | 110100 | 10 | 1010100 | 1011101 | 1001000 |
Color Harmonies of #C5FA77
Complementary color
Monochromatic Colors of #C5FA77
Black with #C5FA77
Text Example
Text Example
White with #C5FA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA77; }
p { color: rgb(197,250,119); }
H1.HeaderClassName
{
color: #C5FA77;
}
.AnyTagClassName
{
color: #C5FA77;
}
</style>
background-color css
<style>
a { background-color: #C5FA77; }
a { background-color: rgb(197,250,119); }
div.DivClassName
{
background-color: #C5FA77;
}
.BgClassName
{
background-color: #C5FA77;
}
</style>
border-color css
<style>
span { border-color: #C5FA77; }
span { border-color: rgb(197,250,119); }
td.TdClassName
{
border-color: #C5FA77;
}
.TagClassName
{
border-color: #C5FA77;
}
</style>