Shades of Sulu #C9F980
Tints of Sulu #C9F980
RGB
CMYK
RGB Variations
Color information
#C9F980 (or 0xC9F980) is known color: Sulu. HEX triplet: C9, F9 and 80. RGB value is (201,249,128). Sum of RGB (Red+Green+Blue) = 201+249+128=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 249 (97.66% from 255 or 43.08% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F980 is #36067F. Grayscale: #DDDDDD. Windows color (decimal): -3540608 or 8452553. OLE color: 8452553.
HSL color Cylindrical-coordinate representation of color #C9F980: hue angle of 83.8º 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 #C9F980 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 249 | 128 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.02 |
| HSL | 83.8º | 0.91% | 0.74% | - |
| HSV(B) | 83.8º | 0.49% | 0.98% | - |
| XYZ | 61.86 | 81.73 | 32.94 | - |
| YUV | 220.85 | 75.6 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 249 | 128 | 0.19 | 0 | 0.49 | 0.02 | 83.8 | 0.91 | 0.74 |
| Hex | C9 | F9 | 80 | 13 | 0 | 31 | 2 | 54 | 5B | 4A |
| Octal | 311 | 371 | 200 | 23 | 0 | 61 | 2 | 124 | 133 | 112 |
| Binary | 11001001 | 11111001 | 10000000 | 10011 | 0 | 110001 | 10 | 1010100 | 1011011 | 1001010 |
Color Harmonies of #C9F980
Complementary color
Monochromatic Colors of #C9F980
Black with #C9F980
Text Example
Text Example
White with #C9F980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F980; }
p { color: rgb(201,249,128); }
H1.HeaderClassName
{
color: #C9F980;
}
.AnyTagClassName
{
color: #C9F980;
}
</style>
background-color css
<style>
a { background-color: #C9F980; }
a { background-color: rgb(201,249,128); }
div.DivClassName
{
background-color: #C9F980;
}
.BgClassName
{
background-color: #C9F980;
}
</style>
border-color css
<style>
span { border-color: #C9F980; }
span { border-color: rgb(201,249,128); }
td.TdClassName
{
border-color: #C9F980;
}
.TagClassName
{
border-color: #C9F980;
}
</style>