Shades of Sulu #C5F980
Tints of Sulu #C5F980
RGB
CMYK
RGB Variations
Color information
#C5F980 (or 0xC5F980) is known color: Sulu. HEX triplet: C5, F9 and 80. RGB value is (197,249,128). Sum of RGB (Red+Green+Blue) = 197+249+128=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 128 (50.39% from 255 or 22.30% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F980 is #3A067F. Grayscale: #DCDCDC. Windows color (decimal): -3802752 or 8452549. OLE color: 8452549.
HSL color Cylindrical-coordinate representation of color #C5F980: hue angle of 85.79º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5F980 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 249 | 128 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.02 |
| HSL | 85.79º | 0.91% | 0.74% | - |
| HSV(B) | 85.79º | 0.49% | 0.98% | - |
| XYZ | 60.8 | 81.18 | 32.89 | - |
| YUV | 219.66 | 76.27 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 249 | 128 | 0.21 | 0 | 0.49 | 0.02 | 85.79 | 0.91 | 0.74 |
| Hex | C5 | F9 | 80 | 15 | 0 | 31 | 2 | 56 | 5B | 4A |
| Octal | 305 | 371 | 200 | 25 | 0 | 61 | 2 | 126 | 133 | 112 |
| Binary | 11000101 | 11111001 | 10000000 | 10101 | 0 | 110001 | 10 | 1010110 | 1011011 | 1001010 |
Color Harmonies of #C5F980
Complementary color
Monochromatic Colors of #C5F980
Black with #C5F980
Text Example
Text Example
White with #C5F980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F980; }
p { color: rgb(197,249,128); }
H1.HeaderClassName
{
color: #C5F980;
}
.AnyTagClassName
{
color: #C5F980;
}
</style>
background-color css
<style>
a { background-color: #C5F980; }
a { background-color: rgb(197,249,128); }
div.DivClassName
{
background-color: #C5F980;
}
.BgClassName
{
background-color: #C5F980;
}
</style>
border-color css
<style>
span { border-color: #C5F980; }
span { border-color: rgb(197,249,128); }
td.TdClassName
{
border-color: #C5F980;
}
.TagClassName
{
border-color: #C5F980;
}
</style>