Shades of Sulu #C0DA87
Tints of Sulu #C0DA87
RGB
CMYK
RGB Variations
Color information
#C0DA87 (or 0xC0DA87) is known color: Sulu. HEX triplet: C0, DA and 87. RGB value is (192,218,135). Sum of RGB (Red+Green+Blue) = 192+218+135=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 135 (53.12% from 255 or 24.77% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DA87 is #3F2578. Grayscale: #C9C9C9. Windows color (decimal): -4138361 or 8903360. OLE color: 8903360.
HSL color Cylindrical-coordinate representation of color #C0DA87: hue angle of 78.8º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0DA87 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 135 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.15 |
| HSL | 78.8º | 0.53% | 0.69% | - |
| HSV(B) | 78.8º | 0.38% | 0.85% | - |
| XYZ | 51.18 | 63.1 | 32.4 | - |
| YUV | 200.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 135 | 0.12 | 0 | 0.38 | 0.15 | 78.8 | 0.53 | 0.69 |
| Hex | C0 | DA | 87 | C | 0 | 26 | F | 4F | 35 | 45 |
| Octal | 300 | 332 | 207 | 14 | 0 | 46 | 17 | 117 | 65 | 105 |
| Binary | 11000000 | 11011010 | 10000111 | 1100 | 0 | 100110 | 1111 | 1001111 | 110101 | 1000101 |
Color Harmonies of #C0DA87
Complementary color
Monochromatic Colors of #C0DA87
Black with #C0DA87
Text Example
Text Example
White with #C0DA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DA87; }
p { color: rgb(192,218,135); }
H1.HeaderClassName
{
color: #C0DA87;
}
.AnyTagClassName
{
color: #C0DA87;
}
</style>
background-color css
<style>
a { background-color: #C0DA87; }
a { background-color: rgb(192,218,135); }
div.DivClassName
{
background-color: #C0DA87;
}
.BgClassName
{
background-color: #C0DA87;
}
</style>
border-color css
<style>
span { border-color: #C0DA87; }
span { border-color: rgb(192,218,135); }
td.TdClassName
{
border-color: #C0DA87;
}
.TagClassName
{
border-color: #C0DA87;
}
</style>