Shades of Sulu #C5DC88
Tints of Sulu #C5DC88
RGB
CMYK
RGB Variations
Color information
#C5DC88 (or 0xC5DC88) is known color: Sulu. HEX triplet: C5, DC and 88. RGB value is (197,220,136). Sum of RGB (Red+Green+Blue) = 197+220+136=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DC88 is #3A2377. Grayscale: #CBCBCB. Windows color (decimal): -3810168 or 8969413. OLE color: 8969413.
HSL color Cylindrical-coordinate representation of color #C5DC88: hue angle of 76.43º degrees, saturation: 0.55, 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 #C5DC88 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 136 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.14 |
| HSL | 76.43º | 0.55% | 0.7% | - |
| HSV(B) | 76.43º | 0.38% | 0.86% | - |
| XYZ | 53.06 | 64.83 | 33.01 | - |
| YUV | 203.55 | 89.88 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 136 | 0.10 | 0 | 0.38 | 0.14 | 76.43 | 0.55 | 0.7 |
| Hex | C5 | DC | 88 | A | 0 | 26 | E | 4C | 37 | 46 |
| Octal | 305 | 334 | 210 | 12 | 0 | 46 | 16 | 114 | 67 | 106 |
| Binary | 11000101 | 11011100 | 10001000 | 1010 | 0 | 100110 | 1110 | 1001100 | 110111 | 1000110 |
Color Harmonies of #C5DC88
Complementary color
Monochromatic Colors of #C5DC88
Black with #C5DC88
Text Example
Text Example
White with #C5DC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DC88; }
p { color: rgb(197,220,136); }
H1.HeaderClassName
{
color: #C5DC88;
}
.AnyTagClassName
{
color: #C5DC88;
}
</style>
background-color css
<style>
a { background-color: #C5DC88; }
a { background-color: rgb(197,220,136); }
div.DivClassName
{
background-color: #C5DC88;
}
.BgClassName
{
background-color: #C5DC88;
}
</style>
border-color css
<style>
span { border-color: #C5DC88; }
span { border-color: rgb(197,220,136); }
td.TdClassName
{
border-color: #C5DC88;
}
.TagClassName
{
border-color: #C5DC88;
}
</style>