Shades of Sulu #C9E681
Tints of Sulu #C9E681
RGB
CMYK
RGB Variations
Color information
#C9E681 (or 0xC9E681) is known color: Sulu. HEX triplet: C9, E6 and 81. RGB value is (201,230,129). Sum of RGB (Red+Green+Blue) = 201+230+129=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 129 (50.78% from 255 or 23.04% from 560); Max value from RGB is 230 - color contains mainly: green. Hex color #C9E681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9E681 is #36197E. Grayscale: #D2D2D2. Windows color (decimal): -3545471 or 8513225. OLE color: 8513225.
HSL color Cylindrical-coordinate representation of color #C9E681: hue angle of 77.23º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9E681 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 230 | 129 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.10 |
| HSL | 77.23º | 0.67% | 0.7% | - |
| HSV(B) | 77.23º | 0.44% | 0.9% | - |
| XYZ | 56.35 | 70.6 | 31.43 | - |
| YUV | 209.82 | 82.39 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 230 | 129 | 0.13 | 0 | 0.44 | 0.10 | 77.23 | 0.67 | 0.7 |
| Hex | C9 | E6 | 81 | D | 0 | 2C | A | 4D | 43 | 46 |
| Octal | 311 | 346 | 201 | 15 | 0 | 54 | 12 | 115 | 103 | 106 |
| Binary | 11001001 | 11100110 | 10000001 | 1101 | 0 | 101100 | 1010 | 1001101 | 1000011 | 1000110 |
Color Harmonies of #C9E681
Complementary color
Monochromatic Colors of #C9E681
Black with #C9E681
Text Example
Text Example
White with #C9E681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E681; }
p { color: rgb(201,230,129); }
H1.HeaderClassName
{
color: #C9E681;
}
.AnyTagClassName
{
color: #C9E681;
}
</style>
background-color css
<style>
a { background-color: #C9E681; }
a { background-color: rgb(201,230,129); }
div.DivClassName
{
background-color: #C9E681;
}
.BgClassName
{
background-color: #C9E681;
}
</style>
border-color css
<style>
span { border-color: #C9E681; }
span { border-color: rgb(201,230,129); }
td.TdClassName
{
border-color: #C9E681;
}
.TagClassName
{
border-color: #C9E681;
}
</style>