Shades of Sulu #C9F975
Tints of Sulu #C9F975
RGB
CMYK
RGB Variations
Color information
#C9F975 (or 0xC9F975) is known color: Sulu. HEX triplet: C9, F9 and 75. RGB value is (201,249,117). Sum of RGB (Red+Green+Blue) = 201+249+117=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F975 is #36068A. Grayscale: #DCDCDC. Windows color (decimal): -3540619 or 7731657. OLE color: 7731657.
HSL color Cylindrical-coordinate representation of color #C9F975: hue angle of 81.82º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9F975 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 249 | 117 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.02 |
| HSL | 81.82º | 0.92% | 0.72% | - |
| HSV(B) | 81.82º | 0.53% | 0.98% | - |
| XYZ | 61.17 | 81.45 | 29.33 | - |
| YUV | 219.6 | 70.1 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 249 | 117 | 0.19 | 0 | 0.53 | 0.02 | 81.82 | 0.92 | 0.72 |
| Hex | C9 | F9 | 75 | 13 | 0 | 35 | 2 | 52 | 5C | 48 |
| Octal | 311 | 371 | 165 | 23 | 0 | 65 | 2 | 122 | 134 | 110 |
| Binary | 11001001 | 11111001 | 1110101 | 10011 | 0 | 110101 | 10 | 1010010 | 1011100 | 1001000 |
Color Harmonies of #C9F975
Complementary color
Monochromatic Colors of #C9F975
Black with #C9F975
Text Example
Text Example
White with #C9F975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F975; }
p { color: rgb(201,249,117); }
H1.HeaderClassName
{
color: #C9F975;
}
.AnyTagClassName
{
color: #C9F975;
}
</style>
background-color css
<style>
a { background-color: #C9F975; }
a { background-color: rgb(201,249,117); }
div.DivClassName
{
background-color: #C9F975;
}
.BgClassName
{
background-color: #C9F975;
}
</style>
border-color css
<style>
span { border-color: #C9F975; }
span { border-color: rgb(201,249,117); }
td.TdClassName
{
border-color: #C9F975;
}
.TagClassName
{
border-color: #C9F975;
}
</style>