Shades of Sulu #C0D984
Tints of Sulu #C0D984
RGB
CMYK
RGB Variations
Color information
#C0D984 (or 0xC0D984) is known color: Sulu. HEX triplet: C0, D9 and 84. RGB value is (192,217,132). Sum of RGB (Red+Green+Blue) = 192+217+132=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D984 is #3F267B. Grayscale: #C8C8C8. Windows color (decimal): -4138620 or 8706496. OLE color: 8706496.
HSL color Cylindrical-coordinate representation of color #C0D984: hue angle of 77.65º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0D984 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 132 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.15 |
| HSL | 77.65º | 0.53% | 0.68% | - |
| HSV(B) | 77.65º | 0.39% | 0.85% | - |
| XYZ | 50.72 | 62.5 | 31.22 | - |
| YUV | 199.84 | 89.72 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 132 | 0.12 | 0 | 0.39 | 0.15 | 77.65 | 0.53 | 0.68 |
| Hex | C0 | D9 | 84 | C | 0 | 27 | F | 4E | 35 | 44 |
| Octal | 300 | 331 | 204 | 14 | 0 | 47 | 17 | 116 | 65 | 104 |
| Binary | 11000000 | 11011001 | 10000100 | 1100 | 0 | 100111 | 1111 | 1001110 | 110101 | 1000100 |
Color Harmonies of #C0D984
Complementary color
Monochromatic Colors of #C0D984
Black with #C0D984
Text Example
Text Example
White with #C0D984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D984; }
p { color: rgb(192,217,132); }
H1.HeaderClassName
{
color: #C0D984;
}
.AnyTagClassName
{
color: #C0D984;
}
</style>
background-color css
<style>
a { background-color: #C0D984; }
a { background-color: rgb(192,217,132); }
div.DivClassName
{
background-color: #C0D984;
}
.BgClassName
{
background-color: #C0D984;
}
</style>
border-color css
<style>
span { border-color: #C0D984; }
span { border-color: rgb(192,217,132); }
td.TdClassName
{
border-color: #C0D984;
}
.TagClassName
{
border-color: #C0D984;
}
</style>