Shades of Sulu #C9F98D
Tints of Sulu #C9F98D
RGB
CMYK
RGB Variations
Color information
#C9F98D (or 0xC9F98D) is known color: Sulu. HEX triplet: C9, F9 and 8D. RGB value is (201,249,141). Sum of RGB (Red+Green+Blue) = 201+249+141=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F98D is #360672. Grayscale: #DEDEDE. Windows color (decimal): -3540595 or 9304521. OLE color: 9304521.
HSL color Cylindrical-coordinate representation of color #C9F98D: hue angle of 86.67º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C9F98D is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 249 | 141 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.02 |
| HSL | 86.67º | 0.9% | 0.76% | - |
| HSV(B) | 86.67º | 0.43% | 0.98% | - |
| XYZ | 62.77 | 82.09 | 37.74 | - |
| YUV | 222.34 | 82.1 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 249 | 141 | 0.19 | 0 | 0.43 | 0.02 | 86.67 | 0.9 | 0.76 |
| Hex | C9 | F9 | 8D | 13 | 0 | 2B | 2 | 57 | 5A | 4C |
| Octal | 311 | 371 | 215 | 23 | 0 | 53 | 2 | 127 | 132 | 114 |
| Binary | 11001001 | 11111001 | 10001101 | 10011 | 0 | 101011 | 10 | 1010111 | 1011010 | 1001100 |
Color Harmonies of #C9F98D
Complementary color
Monochromatic Colors of #C9F98D
Black with #C9F98D
Text Example
Text Example
White with #C9F98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F98D; }
p { color: rgb(201,249,141); }
H1.HeaderClassName
{
color: #C9F98D;
}
.AnyTagClassName
{
color: #C9F98D;
}
</style>
background-color css
<style>
a { background-color: #C9F98D; }
a { background-color: rgb(201,249,141); }
div.DivClassName
{
background-color: #C9F98D;
}
.BgClassName
{
background-color: #C9F98D;
}
</style>
border-color css
<style>
span { border-color: #C9F98D; }
span { border-color: rgb(201,249,141); }
td.TdClassName
{
border-color: #C9F98D;
}
.TagClassName
{
border-color: #C9F98D;
}
</style>