Shades of Sulu #C0D880
Tints of Sulu #C0D880
RGB
CMYK
RGB Variations
Color information
#C0D880 (or 0xC0D880) is known color: Sulu. HEX triplet: C0, D8 and 80. RGB value is (192,216,128). Sum of RGB (Red+Green+Blue) = 192+216+128=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D880 is #3F277F. Grayscale: #C7C7C7. Windows color (decimal): -4138880 or 8444096. OLE color: 8444096.
HSL color Cylindrical-coordinate representation of color #C0D880: hue angle of 76.36º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0D880 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 128 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.15 |
| HSL | 76.36º | 0.53% | 0.67% | - |
| HSV(B) | 76.36º | 0.41% | 0.85% | - |
| XYZ | 50.19 | 61.88 | 29.72 | - |
| YUV | 198.79 | 88.05 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 128 | 0.11 | 0 | 0.41 | 0.15 | 76.36 | 0.53 | 0.67 |
| Hex | C0 | D8 | 80 | B | 0 | 29 | F | 4C | 35 | 43 |
| Octal | 300 | 330 | 200 | 13 | 0 | 51 | 17 | 114 | 65 | 103 |
| Binary | 11000000 | 11011000 | 10000000 | 1011 | 0 | 101001 | 1111 | 1001100 | 110101 | 1000011 |
Color Harmonies of #C0D880
Complementary color
Monochromatic Colors of #C0D880
Black with #C0D880
Text Example
Text Example
White with #C0D880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D880; }
p { color: rgb(192,216,128); }
H1.HeaderClassName
{
color: #C0D880;
}
.AnyTagClassName
{
color: #C0D880;
}
</style>
background-color css
<style>
a { background-color: #C0D880; }
a { background-color: rgb(192,216,128); }
div.DivClassName
{
background-color: #C0D880;
}
.BgClassName
{
background-color: #C0D880;
}
</style>
border-color css
<style>
span { border-color: #C0D880; }
span { border-color: rgb(192,216,128); }
td.TdClassName
{
border-color: #C0D880;
}
.TagClassName
{
border-color: #C0D880;
}
</style>