Shades of Sulu #C9F87D
Tints of Sulu #C9F87D
RGB
CMYK
RGB Variations
Color information
#C9F87D (or 0xC9F87D) is known color: Sulu. HEX triplet: C9, F8 and 7D. RGB value is (201,248,125). Sum of RGB (Red+Green+Blue) = 201+248+125=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 248 - color contains mainly: green. Hex color #C9F87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F87D is #360782. Grayscale: #DCDCDC. Windows color (decimal): -3540867 or 8255689. OLE color: 8255689.
HSL color Cylindrical-coordinate representation of color #C9F87D: hue angle of 82.93º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9F87D is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 248 | 125 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.03 |
| HSL | 82.93º | 0.9% | 0.73% | - |
| HSV(B) | 82.93º | 0.5% | 0.97% | - |
| XYZ | 61.36 | 81.03 | 31.81 | - |
| YUV | 219.93 | 74.43 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 248 | 125 | 0.19 | 0 | 0.50 | 0.03 | 82.93 | 0.9 | 0.73 |
| Hex | C9 | F8 | 7D | 13 | 0 | 32 | 3 | 53 | 5A | 49 |
| Octal | 311 | 370 | 175 | 23 | 0 | 62 | 3 | 123 | 132 | 111 |
| Binary | 11001001 | 11111000 | 1111101 | 10011 | 0 | 110010 | 11 | 1010011 | 1011010 | 1001001 |
Color Harmonies of #C9F87D
Complementary color
Monochromatic Colors of #C9F87D
Black with #C9F87D
Text Example
Text Example
White with #C9F87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F87D; }
p { color: rgb(201,248,125); }
H1.HeaderClassName
{
color: #C9F87D;
}
.AnyTagClassName
{
color: #C9F87D;
}
</style>
background-color css
<style>
a { background-color: #C9F87D; }
a { background-color: rgb(201,248,125); }
div.DivClassName
{
background-color: #C9F87D;
}
.BgClassName
{
background-color: #C9F87D;
}
</style>
border-color css
<style>
span { border-color: #C9F87D; }
span { border-color: rgb(201,248,125); }
td.TdClassName
{
border-color: #C9F87D;
}
.TagClassName
{
border-color: #C9F87D;
}
</style>