Shades of Sulu #C9E98D
Tints of Sulu #C9E98D
RGB
CMYK
RGB Variations
Color information
#C9E98D (or 0xC9E98D) is known color: Sulu. HEX triplet: C9, E9 and 8D. RGB value is (201,233,141). Sum of RGB (Red+Green+Blue) = 201+233+141=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #C9E98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9E98D is #361672. Grayscale: #D5D5D5. Windows color (decimal): -3544691 or 9300425. OLE color: 9300425.
HSL color Cylindrical-coordinate representation of color #C9E98D: hue angle of 80.87º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C9E98D is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 233 | 141 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.09 |
| HSL | 80.87º | 0.68% | 0.73% | - |
| HSV(B) | 80.87º | 0.39% | 0.91% | - |
| XYZ | 58.03 | 72.62 | 36.16 | - |
| YUV | 212.94 | 87.4 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 233 | 141 | 0.14 | 0 | 0.39 | 0.09 | 80.87 | 0.68 | 0.73 |
| Hex | C9 | E9 | 8D | E | 0 | 27 | 9 | 51 | 44 | 49 |
| Octal | 311 | 351 | 215 | 16 | 0 | 47 | 11 | 121 | 104 | 111 |
| Binary | 11001001 | 11101001 | 10001101 | 1110 | 0 | 100111 | 1001 | 1010001 | 1000100 | 1001001 |
Color Harmonies of #C9E98D
Complementary color
Monochromatic Colors of #C9E98D
Black with #C9E98D
Text Example
Text Example
White with #C9E98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E98D; }
p { color: rgb(201,233,141); }
H1.HeaderClassName
{
color: #C9E98D;
}
.AnyTagClassName
{
color: #C9E98D;
}
</style>
background-color css
<style>
a { background-color: #C9E98D; }
a { background-color: rgb(201,233,141); }
div.DivClassName
{
background-color: #C9E98D;
}
.BgClassName
{
background-color: #C9E98D;
}
</style>
border-color css
<style>
span { border-color: #C9E98D; }
span { border-color: rgb(201,233,141); }
td.TdClassName
{
border-color: #C9E98D;
}
.TagClassName
{
border-color: #C9E98D;
}
</style>