Shades of Sulu #C9F875
Tints of Sulu #C9F875
RGB
CMYK
RGB Variations
Color information
#C9F875 (or 0xC9F875) is known color: Sulu. HEX triplet: C9, F8 and 75. RGB value is (201,248,117). Sum of RGB (Red+Green+Blue) = 201+248+117=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 248 - color contains mainly: green. Hex color #C9F875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F875 is #36078A. Grayscale: #DBDBDB. Windows color (decimal): -3540875 or 7731401. OLE color: 7731401.
HSL color Cylindrical-coordinate representation of color #C9F875: hue angle of 81.53º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9F875 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 248 | 117 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.03 |
| HSL | 81.53º | 0.9% | 0.72% | - |
| HSV(B) | 81.53º | 0.53% | 0.97% | - |
| XYZ | 60.87 | 80.84 | 29.22 | - |
| YUV | 219.01 | 70.43 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 248 | 117 | 0.19 | 0 | 0.53 | 0.03 | 81.53 | 0.9 | 0.72 |
| Hex | C9 | F8 | 75 | 13 | 0 | 35 | 3 | 52 | 5A | 48 |
| Octal | 311 | 370 | 165 | 23 | 0 | 65 | 3 | 122 | 132 | 110 |
| Binary | 11001001 | 11111000 | 1110101 | 10011 | 0 | 110101 | 11 | 1010010 | 1011010 | 1001000 |
Color Harmonies of #C9F875
Complementary color
Monochromatic Colors of #C9F875
Black with #C9F875
Text Example
Text Example
White with #C9F875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F875; }
p { color: rgb(201,248,117); }
H1.HeaderClassName
{
color: #C9F875;
}
.AnyTagClassName
{
color: #C9F875;
}
</style>
background-color css
<style>
a { background-color: #C9F875; }
a { background-color: rgb(201,248,117); }
div.DivClassName
{
background-color: #C9F875;
}
.BgClassName
{
background-color: #C9F875;
}
</style>
border-color css
<style>
span { border-color: #C9F875; }
span { border-color: rgb(201,248,117); }
td.TdClassName
{
border-color: #C9F875;
}
.TagClassName
{
border-color: #C9F875;
}
</style>