Shades of Sulu #C9DE93
Tints of Sulu #C9DE93
RGB
CMYK
RGB Variations
Color information
#C9DE93 (or 0xC9DE93) is known color: Sulu. HEX triplet: C9, DE and 93. RGB value is (201,222,147). Sum of RGB (Red+Green+Blue) = 201+222+147=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 147 (57.81% from 255 or 25.79% from 570); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DE93 is #36216C. Grayscale: #CFCFCF. Windows color (decimal): -3547501 or 9690825. OLE color: 9690825.
HSL color Cylindrical-coordinate representation of color #C9DE93: hue angle of 76.8º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9DE93 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 222 | 147 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.13 |
| HSL | 76.8º | 0.53% | 0.72% | - |
| HSV(B) | 76.8º | 0.34% | 0.87% | - |
| XYZ | 55.48 | 66.77 | 37.57 | - |
| YUV | 207.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 222 | 147 | 0.09 | 0 | 0.34 | 0.13 | 76.8 | 0.53 | 0.72 |
| Hex | C9 | DE | 93 | 9 | 0 | 22 | D | 4D | 35 | 48 |
| Octal | 311 | 336 | 223 | 11 | 0 | 42 | 15 | 115 | 65 | 110 |
| Binary | 11001001 | 11011110 | 10010011 | 1001 | 0 | 100010 | 1101 | 1001101 | 110101 | 1001000 |
Color Harmonies of #C9DE93
Complementary color
Monochromatic Colors of #C9DE93
Black with #C9DE93
Text Example
Text Example
White with #C9DE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DE93; }
p { color: rgb(201,222,147); }
H1.HeaderClassName
{
color: #C9DE93;
}
.AnyTagClassName
{
color: #C9DE93;
}
</style>
background-color css
<style>
a { background-color: #C9DE93; }
a { background-color: rgb(201,222,147); }
div.DivClassName
{
background-color: #C9DE93;
}
.BgClassName
{
background-color: #C9DE93;
}
</style>
border-color css
<style>
span { border-color: #C9DE93; }
span { border-color: rgb(201,222,147); }
td.TdClassName
{
border-color: #C9DE93;
}
.TagClassName
{
border-color: #C9DE93;
}
</style>