Shades of Sulu #C0D975
Tints of Sulu #C0D975
RGB
CMYK
RGB Variations
Color information
#C0D975 (or 0xC0D975) is known color: Sulu. HEX triplet: C0, D9 and 75. RGB value is (192,217,117). Sum of RGB (Red+Green+Blue) = 192+217+117=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 117 (46.09% from 255 or 22.24% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D975 is #3F268A. Grayscale: #C6C6C6. Windows color (decimal): -4138635 or 7723456. OLE color: 7723456.
HSL color Cylindrical-coordinate representation of color #C0D975: hue angle of 75º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0D975 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 117 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.15 |
| HSL | 75º | 0.57% | 0.65% | - |
| HSV(B) | 75º | 0.46% | 0.85% | - |
| XYZ | 49.76 | 62.12 | 26.2 | - |
| YUV | 198.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 117 | 0.12 | 0 | 0.46 | 0.15 | 75 | 0.57 | 0.65 |
| Hex | C0 | D9 | 75 | C | 0 | 2E | F | 4B | 39 | 41 |
| Octal | 300 | 331 | 165 | 14 | 0 | 56 | 17 | 113 | 71 | 101 |
| Binary | 11000000 | 11011001 | 1110101 | 1100 | 0 | 101110 | 1111 | 1001011 | 111001 | 1000001 |
Color Harmonies of #C0D975
Complementary color
Monochromatic Colors of #C0D975
Black with #C0D975
Text Example
Text Example
White with #C0D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D975; }
p { color: rgb(192,217,117); }
H1.HeaderClassName
{
color: #C0D975;
}
.AnyTagClassName
{
color: #C0D975;
}
</style>
background-color css
<style>
a { background-color: #C0D975; }
a { background-color: rgb(192,217,117); }
div.DivClassName
{
background-color: #C0D975;
}
.BgClassName
{
background-color: #C0D975;
}
</style>
border-color css
<style>
span { border-color: #C0D975; }
span { border-color: rgb(192,217,117); }
td.TdClassName
{
border-color: #C0D975;
}
.TagClassName
{
border-color: #C0D975;
}
</style>