Shades of Sulu #C0D882
Tints of Sulu #C0D882
RGB
CMYK
RGB Variations
Color information
#C0D882 (or 0xC0D882) is known color: Sulu. HEX triplet: C0, D8 and 82. RGB value is (192,216,130). Sum of RGB (Red+Green+Blue) = 192+216+130=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D882 is #3F277D. Grayscale: #C7C7C7. Windows color (decimal): -4138878 or 8575168. OLE color: 8575168.
HSL color Cylindrical-coordinate representation of color #C0D882: hue angle of 76.74º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0D882 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 130 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.15 |
| HSL | 76.74º | 0.52% | 0.68% | - |
| HSV(B) | 76.74º | 0.4% | 0.85% | - |
| XYZ | 50.32 | 61.93 | 30.42 | - |
| YUV | 199.02 | 89.05 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 130 | 0.11 | 0 | 0.40 | 0.15 | 76.74 | 0.52 | 0.68 |
| Hex | C0 | D8 | 82 | B | 0 | 28 | F | 4D | 34 | 44 |
| Octal | 300 | 330 | 202 | 13 | 0 | 50 | 17 | 115 | 64 | 104 |
| Binary | 11000000 | 11011000 | 10000010 | 1011 | 0 | 101000 | 1111 | 1001101 | 110100 | 1000100 |
Color Harmonies of #C0D882
Complementary color
Monochromatic Colors of #C0D882
Black with #C0D882
Text Example
Text Example
White with #C0D882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D882; }
p { color: rgb(192,216,130); }
H1.HeaderClassName
{
color: #C0D882;
}
.AnyTagClassName
{
color: #C0D882;
}
</style>
background-color css
<style>
a { background-color: #C0D882; }
a { background-color: rgb(192,216,130); }
div.DivClassName
{
background-color: #C0D882;
}
.BgClassName
{
background-color: #C0D882;
}
</style>
border-color css
<style>
span { border-color: #C0D882; }
span { border-color: rgb(192,216,130); }
td.TdClassName
{
border-color: #C0D882;
}
.TagClassName
{
border-color: #C0D882;
}
</style>