Shades of Sulu #C0D97D
Tints of Sulu #C0D97D
RGB
CMYK
RGB Variations
Color information
#C0D97D (or 0xC0D97D) is known color: Sulu. HEX triplet: C0, D9 and 7D. RGB value is (192,217,125). Sum of RGB (Red+Green+Blue) = 192+217+125=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D97D is #3F2682. Grayscale: #C7C7C7. Windows color (decimal): -4138627 or 8247744. OLE color: 8247744.
HSL color Cylindrical-coordinate representation of color #C0D97D: hue angle of 76.3º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0D97D is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 125 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.15 |
| HSL | 76.3º | 0.55% | 0.67% | - |
| HSV(B) | 76.3º | 0.42% | 0.85% | - |
| XYZ | 50.25 | 62.31 | 28.78 | - |
| YUV | 199.04 | 86.22 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 125 | 0.12 | 0 | 0.42 | 0.15 | 76.3 | 0.55 | 0.67 |
| Hex | C0 | D9 | 7D | C | 0 | 2A | F | 4C | 37 | 43 |
| Octal | 300 | 331 | 175 | 14 | 0 | 52 | 17 | 114 | 67 | 103 |
| Binary | 11000000 | 11011001 | 1111101 | 1100 | 0 | 101010 | 1111 | 1001100 | 110111 | 1000011 |
Color Harmonies of #C0D97D
Complementary color
Monochromatic Colors of #C0D97D
Black with #C0D97D
Text Example
Text Example
White with #C0D97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D97D; }
p { color: rgb(192,217,125); }
H1.HeaderClassName
{
color: #C0D97D;
}
.AnyTagClassName
{
color: #C0D97D;
}
</style>
background-color css
<style>
a { background-color: #C0D97D; }
a { background-color: rgb(192,217,125); }
div.DivClassName
{
background-color: #C0D97D;
}
.BgClassName
{
background-color: #C0D97D;
}
</style>
border-color css
<style>
span { border-color: #C0D97D; }
span { border-color: rgb(192,217,125); }
td.TdClassName
{
border-color: #C0D97D;
}
.TagClassName
{
border-color: #C0D97D;
}
</style>