Shades of Sulu #C5DD80
Tints of Sulu #C5DD80
RGB
CMYK
RGB Variations
Color information
#C5DD80 (or 0xC5DD80) is known color: Sulu. HEX triplet: C5, DD and 80. RGB value is (197,221,128). Sum of RGB (Red+Green+Blue) = 197+221+128=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DD80 is #3A227F. Grayscale: #CBCBCB. Windows color (decimal): -3809920 or 8445381. OLE color: 8445381.
HSL color Cylindrical-coordinate representation of color #C5DD80: hue angle of 75.48º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5DD80 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 128 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.13 |
| HSL | 75.48º | 0.58% | 0.68% | - |
| HSV(B) | 75.48º | 0.42% | 0.87% | - |
| XYZ | 52.78 | 65.14 | 30.21 | - |
| YUV | 203.22 | 85.55 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 128 | 0.11 | 0 | 0.42 | 0.13 | 75.48 | 0.58 | 0.68 |
| Hex | C5 | DD | 80 | B | 0 | 2A | D | 4B | 3A | 44 |
| Octal | 305 | 335 | 200 | 13 | 0 | 52 | 15 | 113 | 72 | 104 |
| Binary | 11000101 | 11011101 | 10000000 | 1011 | 0 | 101010 | 1101 | 1001011 | 111010 | 1000100 |
Color Harmonies of #C5DD80
Complementary color
Monochromatic Colors of #C5DD80
Black with #C5DD80
Text Example
Text Example
White with #C5DD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD80; }
p { color: rgb(197,221,128); }
H1.HeaderClassName
{
color: #C5DD80;
}
.AnyTagClassName
{
color: #C5DD80;
}
</style>
background-color css
<style>
a { background-color: #C5DD80; }
a { background-color: rgb(197,221,128); }
div.DivClassName
{
background-color: #C5DD80;
}
.BgClassName
{
background-color: #C5DD80;
}
</style>
border-color css
<style>
span { border-color: #C5DD80; }
span { border-color: rgb(197,221,128); }
td.TdClassName
{
border-color: #C5DD80;
}
.TagClassName
{
border-color: #C5DD80;
}
</style>