Shades of Sulu #C9DF7D
Tints of Sulu #C9DF7D
RGB
CMYK
RGB Variations
Color information
#C9DF7D (or 0xC9DF7D) is known color: Sulu. HEX triplet: C9, DF and 7D. RGB value is (201,223,125). Sum of RGB (Red+Green+Blue) = 201+223+125=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DF7D is #362082. Grayscale: #CDCDCD. Windows color (decimal): -3547267 or 8249289. OLE color: 8249289.
HSL color Cylindrical-coordinate representation of color #C9DF7D: hue angle of 73.47º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9DF7D is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 223 | 125 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.13 |
| HSL | 73.47º | 0.6% | 0.68% | - |
| HSV(B) | 73.47º | 0.44% | 0.87% | - |
| XYZ | 54.18 | 66.67 | 29.42 | - |
| YUV | 205.25 | 82.71 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 223 | 125 | 0.10 | 0 | 0.44 | 0.13 | 73.47 | 0.6 | 0.68 |
| Hex | C9 | DF | 7D | A | 0 | 2C | D | 49 | 3C | 44 |
| Octal | 311 | 337 | 175 | 12 | 0 | 54 | 15 | 111 | 74 | 104 |
| Binary | 11001001 | 11011111 | 1111101 | 1010 | 0 | 101100 | 1101 | 1001001 | 111100 | 1000100 |
Color Harmonies of #C9DF7D
Complementary color
Monochromatic Colors of #C9DF7D
Black with #C9DF7D
Text Example
Text Example
White with #C9DF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DF7D; }
p { color: rgb(201,223,125); }
H1.HeaderClassName
{
color: #C9DF7D;
}
.AnyTagClassName
{
color: #C9DF7D;
}
</style>
background-color css
<style>
a { background-color: #C9DF7D; }
a { background-color: rgb(201,223,125); }
div.DivClassName
{
background-color: #C9DF7D;
}
.BgClassName
{
background-color: #C9DF7D;
}
</style>
border-color css
<style>
span { border-color: #C9DF7D; }
span { border-color: rgb(201,223,125); }
td.TdClassName
{
border-color: #C9DF7D;
}
.TagClassName
{
border-color: #C9DF7D;
}
</style>