Shades of Sulu #C0D97C
Tints of Sulu #C0D97C
RGB
CMYK
RGB Variations
Color information
#C0D97C (or 0xC0D97C) is known color: Sulu. HEX triplet: C0, D9 and 7C. RGB value is (192,217,124). Sum of RGB (Red+Green+Blue) = 192+217+124=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D97C is #3F2683. Grayscale: #C7C7C7. Windows color (decimal): -4138628 or 8182208. OLE color: 8182208.
HSL color Cylindrical-coordinate representation of color #C0D97C: hue angle of 76.13º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0D97C is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 124 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.15 |
| HSL | 76.13º | 0.55% | 0.67% | - |
| HSV(B) | 76.13º | 0.43% | 0.85% | - |
| XYZ | 50.19 | 62.29 | 28.45 | - |
| YUV | 198.92 | 85.72 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 124 | 0.12 | 0 | 0.43 | 0.15 | 76.13 | 0.55 | 0.67 |
| Hex | C0 | D9 | 7C | C | 0 | 2B | F | 4C | 37 | 43 |
| Octal | 300 | 331 | 174 | 14 | 0 | 53 | 17 | 114 | 67 | 103 |
| Binary | 11000000 | 11011001 | 1111100 | 1100 | 0 | 101011 | 1111 | 1001100 | 110111 | 1000011 |
Color Harmonies of #C0D97C
Complementary color
Monochromatic Colors of #C0D97C
Black with #C0D97C
Text Example
Text Example
White with #C0D97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D97C; }
p { color: rgb(192,217,124); }
H1.HeaderClassName
{
color: #C0D97C;
}
.AnyTagClassName
{
color: #C0D97C;
}
</style>
background-color css
<style>
a { background-color: #C0D97C; }
a { background-color: rgb(192,217,124); }
div.DivClassName
{
background-color: #C0D97C;
}
.BgClassName
{
background-color: #C0D97C;
}
</style>
border-color css
<style>
span { border-color: #C0D97C; }
span { border-color: rgb(192,217,124); }
td.TdClassName
{
border-color: #C0D97C;
}
.TagClassName
{
border-color: #C0D97C;
}
</style>