Shades of Sulu #C1DB88
Tints of Sulu #C1DB88
RGB
CMYK
RGB Variations
Color information
#C1DB88 (or 0xC1DB88) is known color: Sulu. HEX triplet: C1, DB and 88. RGB value is (193,219,136). Sum of RGB (Red+Green+Blue) = 193+219+136=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 136 (53.52% from 255 or 24.82% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DB88 is #3E2477. Grayscale: #CACACA. Windows color (decimal): -4072568 or 8969153. OLE color: 8969153.
HSL color Cylindrical-coordinate representation of color #C1DB88: hue angle of 78.8º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1DB88 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 136 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.14 |
| HSL | 78.8º | 0.54% | 0.7% | - |
| HSV(B) | 78.8º | 0.38% | 0.86% | - |
| XYZ | 51.77 | 63.78 | 32.87 | - |
| YUV | 201.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 136 | 0.12 | 0 | 0.38 | 0.14 | 78.8 | 0.54 | 0.7 |
| Hex | C1 | DB | 88 | C | 0 | 26 | E | 4F | 36 | 46 |
| Octal | 301 | 333 | 210 | 14 | 0 | 46 | 16 | 117 | 66 | 106 |
| Binary | 11000001 | 11011011 | 10001000 | 1100 | 0 | 100110 | 1110 | 1001111 | 110110 | 1000110 |
Color Harmonies of #C1DB88
Complementary color
Monochromatic Colors of #C1DB88
Black with #C1DB88
Text Example
Text Example
White with #C1DB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DB88; }
p { color: rgb(193,219,136); }
H1.HeaderClassName
{
color: #C1DB88;
}
.AnyTagClassName
{
color: #C1DB88;
}
</style>
background-color css
<style>
a { background-color: #C1DB88; }
a { background-color: rgb(193,219,136); }
div.DivClassName
{
background-color: #C1DB88;
}
.BgClassName
{
background-color: #C1DB88;
}
</style>
border-color css
<style>
span { border-color: #C1DB88; }
span { border-color: rgb(193,219,136); }
td.TdClassName
{
border-color: #C1DB88;
}
.TagClassName
{
border-color: #C1DB88;
}
</style>