Shades of Sulu #C5F479
Tints of Sulu #C5F479
RGB
CMYK
RGB Variations
Color information
#C5F479 (or 0xC5F479) is known color: Sulu. HEX triplet: C5, F4 and 79. RGB value is (197,244,121). Sum of RGB (Red+Green+Blue) = 197+244+121=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 121 (47.66% from 255 or 21.53% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #C5F479 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F479 is #3A0B86. Grayscale: #D8D8D8. Windows color (decimal): -3804039 or 7992517. OLE color: 7992517.
HSL color Cylindrical-coordinate representation of color #C5F479: hue angle of 82.93º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5F479 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 244 | 121 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.04 |
| HSL | 82.93º | 0.85% | 0.72% | - |
| HSV(B) | 82.93º | 0.5% | 0.96% | - |
| XYZ | 58.83 | 77.95 | 30.03 | - |
| YUV | 215.93 | 74.43 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 244 | 121 | 0.19 | 0 | 0.50 | 0.04 | 82.93 | 0.85 | 0.72 |
| Hex | C5 | F4 | 79 | 13 | 0 | 32 | 4 | 53 | 55 | 48 |
| Octal | 305 | 364 | 171 | 23 | 0 | 62 | 4 | 123 | 125 | 110 |
| Binary | 11000101 | 11110100 | 1111001 | 10011 | 0 | 110010 | 100 | 1010011 | 1010101 | 1001000 |
Color Harmonies of #C5F479
Complementary color
Monochromatic Colors of #C5F479
Black with #C5F479
Text Example
Text Example
White with #C5F479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F479; }
p { color: rgb(197,244,121); }
H1.HeaderClassName
{
color: #C5F479;
}
.AnyTagClassName
{
color: #C5F479;
}
</style>
background-color css
<style>
a { background-color: #C5F479; }
a { background-color: rgb(197,244,121); }
div.DivClassName
{
background-color: #C5F479;
}
.BgClassName
{
background-color: #C5F479;
}
</style>
border-color css
<style>
span { border-color: #C5F479; }
span { border-color: rgb(197,244,121); }
td.TdClassName
{
border-color: #C5F479;
}
.TagClassName
{
border-color: #C5F479;
}
</style>