Shades of Sulu #C0D781
Tints of Sulu #C0D781
RGB
CMYK
RGB Variations
Color information
#C0D781 (or 0xC0D781) is known color: Sulu. HEX triplet: C0, D7 and 81. RGB value is (192,215,129). Sum of RGB (Red+Green+Blue) = 192+215+129=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D781 is #3F287E. Grayscale: #C6C6C6. Windows color (decimal): -4139135 or 8509376. OLE color: 8509376.
HSL color Cylindrical-coordinate representation of color #C0D781: hue angle of 76.05º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0D781 is Cyan = 0.11, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 129 | - |
| CMYK | 0.11 | 0 | 0.4 | 0.16 |
| HSL | 76.05º | 0.52% | 0.67% | - |
| HSV(B) | 76.05º | 0.4% | 0.84% | - |
| XYZ | 50 | 61.39 | 29.98 | - |
| YUV | 198.32 | 88.88 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 129 | 0.11 | 0 | 0.4 | 0.16 | 76.05 | 0.52 | 0.67 |
| Hex | C0 | D7 | 81 | B | 0 | 28 | 10 | 4C | 34 | 43 |
| Octal | 300 | 327 | 201 | 13 | 0 | 50 | 20 | 114 | 64 | 103 |
| Binary | 11000000 | 11010111 | 10000001 | 1011 | 0 | 101000 | 10000 | 1001100 | 110100 | 1000011 |
Color Harmonies of #C0D781
Complementary color
Monochromatic Colors of #C0D781
Black with #C0D781
Text Example
Text Example
White with #C0D781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D781; }
p { color: rgb(192,215,129); }
H1.HeaderClassName
{
color: #C0D781;
}
.AnyTagClassName
{
color: #C0D781;
}
</style>
background-color css
<style>
a { background-color: #C0D781; }
a { background-color: rgb(192,215,129); }
div.DivClassName
{
background-color: #C0D781;
}
.BgClassName
{
background-color: #C0D781;
}
</style>
border-color css
<style>
span { border-color: #C0D781; }
span { border-color: rgb(192,215,129); }
td.TdClassName
{
border-color: #C0D781;
}
.TagClassName
{
border-color: #C0D781;
}
</style>