Shades of Sulu #C9DF7C
Tints of Sulu #C9DF7C
RGB
CMYK
RGB Variations
Color information
#C9DF7C (or 0xC9DF7C) is known color: Sulu. HEX triplet: C9, DF and 7C. RGB value is (201,223,124). Sum of RGB (Red+Green+Blue) = 201+223+124=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 124 (48.83% from 255 or 22.63% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DF7C is #362083. Grayscale: #CDCDCD. Windows color (decimal): -3547268 or 8183753. OLE color: 8183753.
HSL color Cylindrical-coordinate representation of color #C9DF7C: hue angle of 73.33º degrees, saturation: 0.61, 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 #C9DF7C is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 223 | 124 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.13 |
| HSL | 73.33º | 0.61% | 0.68% | - |
| HSV(B) | 73.33º | 0.44% | 0.87% | - |
| XYZ | 54.11 | 66.65 | 29.08 | - |
| YUV | 205.14 | 82.21 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 223 | 124 | 0.10 | 0 | 0.44 | 0.13 | 73.33 | 0.61 | 0.68 |
| Hex | C9 | DF | 7C | A | 0 | 2C | D | 49 | 3D | 44 |
| Octal | 311 | 337 | 174 | 12 | 0 | 54 | 15 | 111 | 75 | 104 |
| Binary | 11001001 | 11011111 | 1111100 | 1010 | 0 | 101100 | 1101 | 1001001 | 111101 | 1000100 |
Color Harmonies of #C9DF7C
Complementary color
Monochromatic Colors of #C9DF7C
Black with #C9DF7C
Text Example
Text Example
White with #C9DF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DF7C; }
p { color: rgb(201,223,124); }
H1.HeaderClassName
{
color: #C9DF7C;
}
.AnyTagClassName
{
color: #C9DF7C;
}
</style>
background-color css
<style>
a { background-color: #C9DF7C; }
a { background-color: rgb(201,223,124); }
div.DivClassName
{
background-color: #C9DF7C;
}
.BgClassName
{
background-color: #C9DF7C;
}
</style>
border-color css
<style>
span { border-color: #C9DF7C; }
span { border-color: rgb(201,223,124); }
td.TdClassName
{
border-color: #C9DF7C;
}
.TagClassName
{
border-color: #C9DF7C;
}
</style>