Shades of Sulu #C0D775
Tints of Sulu #C0D775
RGB
CMYK
RGB Variations
Color information
#C0D775 (or 0xC0D775) is known color: Sulu. HEX triplet: C0, D7 and 75. RGB value is (192,215,117). Sum of RGB (Red+Green+Blue) = 192+215+117=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D775 is #3F288A. Grayscale: #C5C5C5. Windows color (decimal): -4139147 or 7722944. OLE color: 7722944.
HSL color Cylindrical-coordinate representation of color #C0D775: hue angle of 74.08º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0D775 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 117 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.16 |
| HSL | 74.08º | 0.55% | 0.65% | - |
| HSV(B) | 74.08º | 0.46% | 0.84% | - |
| XYZ | 49.25 | 61.09 | 26.03 | - |
| YUV | 196.95 | 82.88 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 117 | 0.11 | 0 | 0.46 | 0.16 | 74.08 | 0.55 | 0.65 |
| Hex | C0 | D7 | 75 | B | 0 | 2E | 10 | 4A | 37 | 41 |
| Octal | 300 | 327 | 165 | 13 | 0 | 56 | 20 | 112 | 67 | 101 |
| Binary | 11000000 | 11010111 | 1110101 | 1011 | 0 | 101110 | 10000 | 1001010 | 110111 | 1000001 |
Color Harmonies of #C0D775
Complementary color
Monochromatic Colors of #C0D775
Black with #C0D775
Text Example
Text Example
White with #C0D775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D775; }
p { color: rgb(192,215,117); }
H1.HeaderClassName
{
color: #C0D775;
}
.AnyTagClassName
{
color: #C0D775;
}
</style>
background-color css
<style>
a { background-color: #C0D775; }
a { background-color: rgb(192,215,117); }
div.DivClassName
{
background-color: #C0D775;
}
.BgClassName
{
background-color: #C0D775;
}
</style>
border-color css
<style>
span { border-color: #C0D775; }
span { border-color: rgb(192,215,117); }
td.TdClassName
{
border-color: #C0D775;
}
.TagClassName
{
border-color: #C0D775;
}
</style>