Shades of Sulu #C9F97D
Tints of Sulu #C9F97D
RGB
CMYK
RGB Variations
Color information
#C9F97D (or 0xC9F97D) is known color: Sulu. HEX triplet: C9, F9 and 7D. RGB value is (201,249,125). Sum of RGB (Red+Green+Blue) = 201+249+125=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 125 (49.22% from 255 or 21.74% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F97D is #360682. Grayscale: #DCDCDC. Windows color (decimal): -3540611 or 8255945. OLE color: 8255945.
HSL color Cylindrical-coordinate representation of color #C9F97D: hue angle of 83.23º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9F97D is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 249 | 125 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.02 |
| HSL | 83.23º | 0.91% | 0.73% | - |
| HSV(B) | 83.23º | 0.5% | 0.98% | - |
| XYZ | 61.66 | 81.65 | 31.91 | - |
| YUV | 220.51 | 74.1 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 249 | 125 | 0.19 | 0 | 0.50 | 0.02 | 83.23 | 0.91 | 0.73 |
| Hex | C9 | F9 | 7D | 13 | 0 | 32 | 2 | 53 | 5B | 49 |
| Octal | 311 | 371 | 175 | 23 | 0 | 62 | 2 | 123 | 133 | 111 |
| Binary | 11001001 | 11111001 | 1111101 | 10011 | 0 | 110010 | 10 | 1010011 | 1011011 | 1001001 |
Color Harmonies of #C9F97D
Complementary color
Monochromatic Colors of #C9F97D
Black with #C9F97D
Text Example
Text Example
White with #C9F97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F97D; }
p { color: rgb(201,249,125); }
H1.HeaderClassName
{
color: #C9F97D;
}
.AnyTagClassName
{
color: #C9F97D;
}
</style>
background-color css
<style>
a { background-color: #C9F97D; }
a { background-color: rgb(201,249,125); }
div.DivClassName
{
background-color: #C9F97D;
}
.BgClassName
{
background-color: #C9F97D;
}
</style>
border-color css
<style>
span { border-color: #C9F97D; }
span { border-color: rgb(201,249,125); }
td.TdClassName
{
border-color: #C9F97D;
}
.TagClassName
{
border-color: #C9F97D;
}
</style>