Shades of Sulu #C5DD76
Tints of Sulu #C5DD76
RGB
CMYK
RGB Variations
Color information
#C5DD76 (or 0xC5DD76) is known color: Sulu. HEX triplet: C5, DD and 76. RGB value is (197,221,118). Sum of RGB (Red+Green+Blue) = 197+221+118=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DD76 is #3A2289. Grayscale: #CACACA. Windows color (decimal): -3809930 or 7790021. OLE color: 7790021.
HSL color Cylindrical-coordinate representation of color #C5DD76: hue angle of 73.98º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5DD76 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 118 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.13 |
| HSL | 73.98º | 0.6% | 0.66% | - |
| HSV(B) | 73.98º | 0.47% | 0.87% | - |
| XYZ | 52.15 | 64.89 | 26.92 | - |
| YUV | 202.08 | 80.55 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 118 | 0.11 | 0 | 0.47 | 0.13 | 73.98 | 0.6 | 0.66 |
| Hex | C5 | DD | 76 | B | 0 | 2F | D | 4A | 3C | 42 |
| Octal | 305 | 335 | 166 | 13 | 0 | 57 | 15 | 112 | 74 | 102 |
| Binary | 11000101 | 11011101 | 1110110 | 1011 | 0 | 101111 | 1101 | 1001010 | 111100 | 1000010 |
Color Harmonies of #C5DD76
Complementary color
Monochromatic Colors of #C5DD76
Black with #C5DD76
Text Example
Text Example
White with #C5DD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD76; }
p { color: rgb(197,221,118); }
H1.HeaderClassName
{
color: #C5DD76;
}
.AnyTagClassName
{
color: #C5DD76;
}
</style>
background-color css
<style>
a { background-color: #C5DD76; }
a { background-color: rgb(197,221,118); }
div.DivClassName
{
background-color: #C5DD76;
}
.BgClassName
{
background-color: #C5DD76;
}
</style>
border-color css
<style>
span { border-color: #C5DD76; }
span { border-color: rgb(197,221,118); }
td.TdClassName
{
border-color: #C5DD76;
}
.TagClassName
{
border-color: #C5DD76;
}
</style>