Shades of Sulu #C0D782
Tints of Sulu #C0D782
RGB
CMYK
RGB Variations
Color information
#C0D782 (or 0xC0D782) is known color: Sulu. HEX triplet: C0, D7 and 82. RGB value is (192,215,130). Sum of RGB (Red+Green+Blue) = 192+215+130=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D782 is #3F287D. Grayscale: #C6C6C6. Windows color (decimal): -4139134 or 8574912. OLE color: 8574912.
HSL color Cylindrical-coordinate representation of color #C0D782: hue angle of 76.24º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0D782 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 130 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.16 |
| HSL | 76.24º | 0.52% | 0.68% | - |
| HSV(B) | 76.24º | 0.4% | 0.84% | - |
| XYZ | 50.07 | 61.42 | 30.34 | - |
| YUV | 198.43 | 89.38 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 130 | 0.11 | 0 | 0.40 | 0.16 | 76.24 | 0.52 | 0.68 |
| Hex | C0 | D7 | 82 | B | 0 | 28 | 10 | 4C | 34 | 44 |
| Octal | 300 | 327 | 202 | 13 | 0 | 50 | 20 | 114 | 64 | 104 |
| Binary | 11000000 | 11010111 | 10000010 | 1011 | 0 | 101000 | 10000 | 1001100 | 110100 | 1000100 |
Color Harmonies of #C0D782
Complementary color
Monochromatic Colors of #C0D782
Black with #C0D782
Text Example
Text Example
White with #C0D782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D782; }
p { color: rgb(192,215,130); }
H1.HeaderClassName
{
color: #C0D782;
}
.AnyTagClassName
{
color: #C0D782;
}
</style>
background-color css
<style>
a { background-color: #C0D782; }
a { background-color: rgb(192,215,130); }
div.DivClassName
{
background-color: #C0D782;
}
.BgClassName
{
background-color: #C0D782;
}
</style>
border-color css
<style>
span { border-color: #C0D782; }
span { border-color: rgb(192,215,130); }
td.TdClassName
{
border-color: #C0D782;
}
.TagClassName
{
border-color: #C0D782;
}
</style>