Shades of Sulu #C0D885
Tints of Sulu #C0D885
RGB
CMYK
RGB Variations
Color information
#C0D885 (or 0xC0D885) is known color: Sulu. HEX triplet: C0, D8 and 85. RGB value is (192,216,133). Sum of RGB (Red+Green+Blue) = 192+216+133=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D885 is #3F277A. Grayscale: #C7C7C7. Windows color (decimal): -4138875 or 8771776. OLE color: 8771776.
HSL color Cylindrical-coordinate representation of color #C0D885: hue angle of 77.35º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0D885 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 133 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.15 |
| HSL | 77.35º | 0.52% | 0.68% | - |
| HSV(B) | 77.35º | 0.38% | 0.85% | - |
| XYZ | 50.53 | 62.01 | 31.5 | - |
| YUV | 199.36 | 90.55 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 133 | 0.11 | 0 | 0.38 | 0.15 | 77.35 | 0.52 | 0.68 |
| Hex | C0 | D8 | 85 | B | 0 | 26 | F | 4D | 34 | 44 |
| Octal | 300 | 330 | 205 | 13 | 0 | 46 | 17 | 115 | 64 | 104 |
| Binary | 11000000 | 11011000 | 10000101 | 1011 | 0 | 100110 | 1111 | 1001101 | 110100 | 1000100 |
Color Harmonies of #C0D885
Complementary color
Monochromatic Colors of #C0D885
Black with #C0D885
Text Example
Text Example
White with #C0D885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D885; }
p { color: rgb(192,216,133); }
H1.HeaderClassName
{
color: #C0D885;
}
.AnyTagClassName
{
color: #C0D885;
}
</style>
background-color css
<style>
a { background-color: #C0D885; }
a { background-color: rgb(192,216,133); }
div.DivClassName
{
background-color: #C0D885;
}
.BgClassName
{
background-color: #C0D885;
}
</style>
border-color css
<style>
span { border-color: #C0D885; }
span { border-color: rgb(192,216,133); }
td.TdClassName
{
border-color: #C0D885;
}
.TagClassName
{
border-color: #C0D885;
}
</style>