Shades of Sulu #C5DD8B
Tints of Sulu #C5DD8B
RGB
CMYK
RGB Variations
Color information
#C5DD8B (or 0xC5DD8B) is known color: Sulu. HEX triplet: C5, DD and 8B. RGB value is (197,221,139). Sum of RGB (Red+Green+Blue) = 197+221+139=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DD8B is #3A2274. Grayscale: #CCCCCC. Windows color (decimal): -3809909 or 9166277. OLE color: 9166277.
HSL color Cylindrical-coordinate representation of color #C5DD8B: hue angle of 77.56º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5DD8B is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 139 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.13 |
| HSL | 77.56º | 0.55% | 0.71% | - |
| HSV(B) | 77.56º | 0.37% | 0.87% | - |
| XYZ | 53.54 | 65.45 | 34.24 | - |
| YUV | 204.48 | 91.05 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 139 | 0.11 | 0 | 0.37 | 0.13 | 77.56 | 0.55 | 0.71 |
| Hex | C5 | DD | 8B | B | 0 | 25 | D | 4E | 37 | 47 |
| Octal | 305 | 335 | 213 | 13 | 0 | 45 | 15 | 116 | 67 | 107 |
| Binary | 11000101 | 11011101 | 10001011 | 1011 | 0 | 100101 | 1101 | 1001110 | 110111 | 1000111 |
Color Harmonies of #C5DD8B
Complementary color
Monochromatic Colors of #C5DD8B
Black with #C5DD8B
Text Example
Text Example
White with #C5DD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD8B; }
p { color: rgb(197,221,139); }
H1.HeaderClassName
{
color: #C5DD8B;
}
.AnyTagClassName
{
color: #C5DD8B;
}
</style>
background-color css
<style>
a { background-color: #C5DD8B; }
a { background-color: rgb(197,221,139); }
div.DivClassName
{
background-color: #C5DD8B;
}
.BgClassName
{
background-color: #C5DD8B;
}
</style>
border-color css
<style>
span { border-color: #C5DD8B; }
span { border-color: rgb(197,221,139); }
td.TdClassName
{
border-color: #C5DD8B;
}
.TagClassName
{
border-color: #C5DD8B;
}
</style>