Shades of Sulu #C9DF8D
Tints of Sulu #C9DF8D
RGB
CMYK
RGB Variations
Color information
#C9DF8D (or 0xC9DF8D) is known color: Sulu. HEX triplet: C9, DF and 8D. RGB value is (201,223,141). Sum of RGB (Red+Green+Blue) = 201+223+141=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DF8D is #362072. Grayscale: #CFCFCF. Windows color (decimal): -3547251 or 9297865. OLE color: 9297865.
HSL color Cylindrical-coordinate representation of color #C9DF8D: hue angle of 76.1º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C9DF8D is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
RGB | 201 | 223 | 141 | - |
CMYK | 0.10 | 0 | 0.37 | 0.13 |
HSL | 76.1º | 0.56% | 0.71% | - |
HSV(B) | 76.1º | 0.37% | 0.87% | - |
XYZ | 55.28 | 67.12 | 35.24 | - |
YUV | 207.07 | 90.71 | 123.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 223 | 141 | 0.10 | 0 | 0.37 | 0.13 | 76.1 | 0.56 | 0.71 |
Hex | C9 | DF | 8D | A | 0 | 25 | D | 4C | 38 | 47 |
Octal | 311 | 337 | 215 | 12 | 0 | 45 | 15 | 114 | 70 | 107 |
Binary | 11001001 | 11011111 | 10001101 | 1010 | 0 | 100101 | 1101 | 1001100 | 111000 | 1000111 |
Color Harmonies of #C9DF8D
Complementary color
Monochromatic Colors of #C9DF8D
Black with #C9DF8D
Text Example
Text Example
White with #C9DF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DF8D; }
p { color: rgb(201,223,141); }
H1.HeaderClassName
{
color: #C9DF8D;
}
.AnyTagClassName
{
color: #C9DF8D;
}
</style>
background-color css
<style>
a { background-color: #C9DF8D; }
a { background-color: rgb(201,223,141); }
div.DivClassName
{
background-color: #C9DF8D;
}
.BgClassName
{
background-color: #C9DF8D;
}
</style>
border-color css
<style>
span { border-color: #C9DF8D; }
span { border-color: rgb(201,223,141); }
td.TdClassName
{
border-color: #C9DF8D;
}
.TagClassName
{
border-color: #C9DF8D;
}
</style>