Shades of Sulu #C5F579
Tints of Sulu #C5F579
RGB
CMYK
RGB Variations
Color information
#C5F579 (or 0xC5F579) is known color: Sulu. HEX triplet: C5, F5 and 79. RGB value is (197,245,121). Sum of RGB (Red+Green+Blue) = 197+245+121=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 121 (47.66% from 255 or 21.49% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #C5F579 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F579 is #3A0A86. Grayscale: #D8D8D8. Windows color (decimal): -3803783 or 7992773. OLE color: 7992773.
HSL color Cylindrical-coordinate representation of color #C5F579: hue angle of 83.23º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5F579 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 245 | 121 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.04 |
| HSL | 83.23º | 0.86% | 0.72% | - |
| HSV(B) | 83.23º | 0.51% | 0.96% | - |
| XYZ | 59.13 | 78.56 | 30.14 | - |
| YUV | 216.51 | 74.1 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 245 | 121 | 0.20 | 0 | 0.51 | 0.04 | 83.23 | 0.86 | 0.72 |
| Hex | C5 | F5 | 79 | 14 | 0 | 33 | 4 | 53 | 56 | 48 |
| Octal | 305 | 365 | 171 | 24 | 0 | 63 | 4 | 123 | 126 | 110 |
| Binary | 11000101 | 11110101 | 1111001 | 10100 | 0 | 110011 | 100 | 1010011 | 1010110 | 1001000 |
Color Harmonies of #C5F579
Complementary color
Monochromatic Colors of #C5F579
Black with #C5F579
Text Example
Text Example
White with #C5F579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F579; }
p { color: rgb(197,245,121); }
H1.HeaderClassName
{
color: #C5F579;
}
.AnyTagClassName
{
color: #C5F579;
}
</style>
background-color css
<style>
a { background-color: #C5F579; }
a { background-color: rgb(197,245,121); }
div.DivClassName
{
background-color: #C5F579;
}
.BgClassName
{
background-color: #C5F579;
}
</style>
border-color css
<style>
span { border-color: #C5F579; }
span { border-color: rgb(197,245,121); }
td.TdClassName
{
border-color: #C5F579;
}
.TagClassName
{
border-color: #C5F579;
}
</style>