Shades of Sulu #C9DD7C
Tints of Sulu #C9DD7C
RGB
CMYK
RGB Variations
Color information
#C9DD7C (or 0xC9DD7C) is known color: Sulu. HEX triplet: C9, DD and 7C. RGB value is (201,221,124). Sum of RGB (Red+Green+Blue) = 201+221+124=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 124 (48.83% from 255 or 22.71% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DD7C is #362283. Grayscale: #CCCCCC. Windows color (decimal): -3547780 or 8183241. OLE color: 8183241.
HSL color Cylindrical-coordinate representation of color #C9DD7C: hue angle of 72.37º degrees, saturation: 0.59, 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 #C9DD7C is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 124 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.13 |
| HSL | 72.37º | 0.59% | 0.68% | - |
| HSV(B) | 72.37º | 0.44% | 0.87% | - |
| XYZ | 53.58 | 65.59 | 28.9 | - |
| YUV | 203.96 | 82.87 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 124 | 0.09 | 0 | 0.44 | 0.13 | 72.37 | 0.59 | 0.68 |
| Hex | C9 | DD | 7C | 9 | 0 | 2C | D | 48 | 3B | 44 |
| Octal | 311 | 335 | 174 | 11 | 0 | 54 | 15 | 110 | 73 | 104 |
| Binary | 11001001 | 11011101 | 1111100 | 1001 | 0 | 101100 | 1101 | 1001000 | 111011 | 1000100 |
Color Harmonies of #C9DD7C
Complementary color
Monochromatic Colors of #C9DD7C
Black with #C9DD7C
Text Example
Text Example
White with #C9DD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DD7C; }
p { color: rgb(201,221,124); }
H1.HeaderClassName
{
color: #C9DD7C;
}
.AnyTagClassName
{
color: #C9DD7C;
}
</style>
background-color css
<style>
a { background-color: #C9DD7C; }
a { background-color: rgb(201,221,124); }
div.DivClassName
{
background-color: #C9DD7C;
}
.BgClassName
{
background-color: #C9DD7C;
}
</style>
border-color css
<style>
span { border-color: #C9DD7C; }
span { border-color: rgb(201,221,124); }
td.TdClassName
{
border-color: #C9DD7C;
}
.TagClassName
{
border-color: #C9DD7C;
}
</style>