Shades of Sulu #C9DD88
Tints of Sulu #C9DD88
RGB
CMYK
RGB Variations
Color information
#C9DD88 (or 0xC9DD88) is known color: Sulu. HEX triplet: C9, DD and 88. RGB value is (201,221,136). Sum of RGB (Red+Green+Blue) = 201+221+136=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 136 (53.52% from 255 or 24.37% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DD88 is #362277. Grayscale: #CDCDCD. Windows color (decimal): -3547768 or 8969673. OLE color: 8969673.
HSL color Cylindrical-coordinate representation of color #C9DD88: hue angle of 74.12º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C9DD88 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 136 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.13 |
| HSL | 74.12º | 0.56% | 0.7% | - |
| HSV(B) | 74.12º | 0.38% | 0.87% | - |
| XYZ | 54.39 | 65.91 | 33.15 | - |
| YUV | 205.33 | 88.87 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 136 | 0.09 | 0 | 0.38 | 0.13 | 74.12 | 0.56 | 0.7 |
| Hex | C9 | DD | 88 | 9 | 0 | 26 | D | 4A | 38 | 46 |
| Octal | 311 | 335 | 210 | 11 | 0 | 46 | 15 | 112 | 70 | 106 |
| Binary | 11001001 | 11011101 | 10001000 | 1001 | 0 | 100110 | 1101 | 1001010 | 111000 | 1000110 |
Color Harmonies of #C9DD88
Complementary color
Monochromatic Colors of #C9DD88
Black with #C9DD88
Text Example
Text Example
White with #C9DD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DD88; }
p { color: rgb(201,221,136); }
H1.HeaderClassName
{
color: #C9DD88;
}
.AnyTagClassName
{
color: #C9DD88;
}
</style>
background-color css
<style>
a { background-color: #C9DD88; }
a { background-color: rgb(201,221,136); }
div.DivClassName
{
background-color: #C9DD88;
}
.BgClassName
{
background-color: #C9DD88;
}
</style>
border-color css
<style>
span { border-color: #C9DD88; }
span { border-color: rgb(201,221,136); }
td.TdClassName
{
border-color: #C9DD88;
}
.TagClassName
{
border-color: #C9DD88;
}
</style>