Shades of Sulu #C0DA88
Tints of Sulu #C0DA88
RGB
CMYK
RGB Variations
Color information
#C0DA88 (or 0xC0DA88) is known color: Sulu. HEX triplet: C0, DA and 88. RGB value is (192,218,136). Sum of RGB (Red+Green+Blue) = 192+218+136=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DA88 is #3F2577. Grayscale: #C9C9C9. Windows color (decimal): -4138360 or 8968896. OLE color: 8968896.
HSL color Cylindrical-coordinate representation of color #C0DA88: hue angle of 79.02º 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 #C0DA88 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 136 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.15 |
| HSL | 79.02º | 0.53% | 0.69% | - |
| HSV(B) | 79.02º | 0.38% | 0.85% | - |
| XYZ | 51.25 | 63.13 | 32.78 | - |
| YUV | 200.88 | 91.39 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 136 | 0.12 | 0 | 0.38 | 0.15 | 79.02 | 0.53 | 0.69 |
| Hex | C0 | DA | 88 | C | 0 | 26 | F | 4F | 35 | 45 |
| Octal | 300 | 332 | 210 | 14 | 0 | 46 | 17 | 117 | 65 | 105 |
| Binary | 11000000 | 11011010 | 10001000 | 1100 | 0 | 100110 | 1111 | 1001111 | 110101 | 1000101 |
Color Harmonies of #C0DA88
Complementary color
Monochromatic Colors of #C0DA88
Black with #C0DA88
Text Example
Text Example
White with #C0DA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DA88; }
p { color: rgb(192,218,136); }
H1.HeaderClassName
{
color: #C0DA88;
}
.AnyTagClassName
{
color: #C0DA88;
}
</style>
background-color css
<style>
a { background-color: #C0DA88; }
a { background-color: rgb(192,218,136); }
div.DivClassName
{
background-color: #C0DA88;
}
.BgClassName
{
background-color: #C0DA88;
}
</style>
border-color css
<style>
span { border-color: #C0DA88; }
span { border-color: rgb(192,218,136); }
td.TdClassName
{
border-color: #C0DA88;
}
.TagClassName
{
border-color: #C0DA88;
}
</style>