Shades of Sulu #C2DB89
Tints of Sulu #C2DB89
RGB
CMYK
RGB Variations
Color information
#C2DB89 (or 0xC2DB89) is known color: Sulu. HEX triplet: C2, DB and 89. RGB value is (194,219,137). Sum of RGB (Red+Green+Blue) = 194+219+137=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 137 (53.91% from 255 or 24.91% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DB89 is #3D2476. Grayscale: #CACACA. Windows color (decimal): -4007031 or 9034690. OLE color: 9034690.
HSL color Cylindrical-coordinate representation of color #C2DB89: hue angle of 78.29º 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 #C2DB89 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 137 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.14 |
| HSL | 78.29º | 0.53% | 0.7% | - |
| HSV(B) | 78.29º | 0.37% | 0.86% | - |
| XYZ | 52.1 | 63.94 | 33.26 | - |
| YUV | 202.18 | 91.22 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 137 | 0.11 | 0 | 0.37 | 0.14 | 78.29 | 0.53 | 0.7 |
| Hex | C2 | DB | 89 | B | 0 | 25 | E | 4E | 35 | 46 |
| Octal | 302 | 333 | 211 | 13 | 0 | 45 | 16 | 116 | 65 | 106 |
| Binary | 11000010 | 11011011 | 10001001 | 1011 | 0 | 100101 | 1110 | 1001110 | 110101 | 1000110 |
Color Harmonies of #C2DB89
Complementary color
Monochromatic Colors of #C2DB89
Black with #C2DB89
Text Example
Text Example
White with #C2DB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB89; }
p { color: rgb(194,219,137); }
H1.HeaderClassName
{
color: #C2DB89;
}
.AnyTagClassName
{
color: #C2DB89;
}
</style>
background-color css
<style>
a { background-color: #C2DB89; }
a { background-color: rgb(194,219,137); }
div.DivClassName
{
background-color: #C2DB89;
}
.BgClassName
{
background-color: #C2DB89;
}
</style>
border-color css
<style>
span { border-color: #C2DB89; }
span { border-color: rgb(194,219,137); }
td.TdClassName
{
border-color: #C2DB89;
}
.TagClassName
{
border-color: #C2DB89;
}
</style>