Shades of Sulu #C1DB89
Tints of Sulu #C1DB89
RGB
CMYK
RGB Variations
Color information
#C1DB89 (or 0xC1DB89) is known color: Sulu. HEX triplet: C1, DB and 89. RGB value is (193,219,137). Sum of RGB (Red+Green+Blue) = 193+219+137=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 137 (53.91% from 255 or 24.95% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DB89 is #3E2476. Grayscale: #CACACA. Windows color (decimal): -4072567 or 9034689. OLE color: 9034689.
HSL color Cylindrical-coordinate representation of color #C1DB89: hue angle of 79.02º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1DB89 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 137 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.14 |
| HSL | 79.02º | 0.53% | 0.7% | - |
| HSV(B) | 79.02º | 0.37% | 0.86% | - |
| XYZ | 51.84 | 63.81 | 33.25 | - |
| YUV | 201.88 | 91.39 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 137 | 0.12 | 0 | 0.37 | 0.14 | 79.02 | 0.53 | 0.7 |
| Hex | C1 | DB | 89 | C | 0 | 25 | E | 4F | 35 | 46 |
| Octal | 301 | 333 | 211 | 14 | 0 | 45 | 16 | 117 | 65 | 106 |
| Binary | 11000001 | 11011011 | 10001001 | 1100 | 0 | 100101 | 1110 | 1001111 | 110101 | 1000110 |
Color Harmonies of #C1DB89
Complementary color
Monochromatic Colors of #C1DB89
Black with #C1DB89
Text Example
Text Example
White with #C1DB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DB89; }
p { color: rgb(193,219,137); }
H1.HeaderClassName
{
color: #C1DB89;
}
.AnyTagClassName
{
color: #C1DB89;
}
</style>
background-color css
<style>
a { background-color: #C1DB89; }
a { background-color: rgb(193,219,137); }
div.DivClassName
{
background-color: #C1DB89;
}
.BgClassName
{
background-color: #C1DB89;
}
</style>
border-color css
<style>
span { border-color: #C1DB89; }
span { border-color: rgb(193,219,137); }
td.TdClassName
{
border-color: #C1DB89;
}
.TagClassName
{
border-color: #C1DB89;
}
</style>