Shades of Sulu #C5DB85
Tints of Sulu #C5DB85
RGB
CMYK
RGB Variations
Color information
#C5DB85 (or 0xC5DB85) is known color: Sulu. HEX triplet: C5, DB and 85. RGB value is (197,219,133). Sum of RGB (Red+Green+Blue) = 197+219+133=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DB85 is #3A247A. Grayscale: #CACACA. Windows color (decimal): -3810427 or 8772549. OLE color: 8772549.
HSL color Cylindrical-coordinate representation of color #C5DB85: hue angle of 75.35º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5DB85 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 133 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.14 |
| HSL | 75.35º | 0.54% | 0.69% | - |
| HSV(B) | 75.35º | 0.39% | 0.86% | - |
| XYZ | 52.59 | 64.23 | 31.82 | - |
| YUV | 202.62 | 88.71 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 133 | 0.10 | 0 | 0.39 | 0.14 | 75.35 | 0.54 | 0.69 |
| Hex | C5 | DB | 85 | A | 0 | 27 | E | 4B | 36 | 45 |
| Octal | 305 | 333 | 205 | 12 | 0 | 47 | 16 | 113 | 66 | 105 |
| Binary | 11000101 | 11011011 | 10000101 | 1010 | 0 | 100111 | 1110 | 1001011 | 110110 | 1000101 |
Color Harmonies of #C5DB85
Complementary color
Monochromatic Colors of #C5DB85
Black with #C5DB85
Text Example
Text Example
White with #C5DB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB85; }
p { color: rgb(197,219,133); }
H1.HeaderClassName
{
color: #C5DB85;
}
.AnyTagClassName
{
color: #C5DB85;
}
</style>
background-color css
<style>
a { background-color: #C5DB85; }
a { background-color: rgb(197,219,133); }
div.DivClassName
{
background-color: #C5DB85;
}
.BgClassName
{
background-color: #C5DB85;
}
</style>
border-color css
<style>
span { border-color: #C5DB85; }
span { border-color: rgb(197,219,133); }
td.TdClassName
{
border-color: #C5DB85;
}
.TagClassName
{
border-color: #C5DB85;
}
</style>