Shades of Sulu #C7DD76
Tints of Sulu #C7DD76
RGB
CMYK
RGB Variations
Color information
#C7DD76 (or 0xC7DD76) is known color: Sulu. HEX triplet: C7, DD and 76. RGB value is (199,221,118). Sum of RGB (Red+Green+Blue) = 199+221+118=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7DD76 is #382289. Grayscale: #CBCBCB. Windows color (decimal): -3678858 or 7790023. OLE color: 7790023.
HSL color Cylindrical-coordinate representation of color #C7DD76: hue angle of 72.82º 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 #C7DD76 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 221 | 118 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.13 |
| HSL | 72.82º | 0.6% | 0.66% | - |
| HSV(B) | 72.82º | 0.47% | 0.87% | - |
| XYZ | 52.68 | 65.16 | 26.94 | - |
| YUV | 202.68 | 80.21 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 221 | 118 | 0.10 | 0 | 0.47 | 0.13 | 72.82 | 0.6 | 0.66 |
| Hex | C7 | DD | 76 | A | 0 | 2F | D | 49 | 3C | 42 |
| Octal | 307 | 335 | 166 | 12 | 0 | 57 | 15 | 111 | 74 | 102 |
| Binary | 11000111 | 11011101 | 1110110 | 1010 | 0 | 101111 | 1101 | 1001001 | 111100 | 1000010 |
Color Harmonies of #C7DD76
Complementary color
Monochromatic Colors of #C7DD76
Black with #C7DD76
Text Example
Text Example
White with #C7DD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DD76; }
p { color: rgb(199,221,118); }
H1.HeaderClassName
{
color: #C7DD76;
}
.AnyTagClassName
{
color: #C7DD76;
}
</style>
background-color css
<style>
a { background-color: #C7DD76; }
a { background-color: rgb(199,221,118); }
div.DivClassName
{
background-color: #C7DD76;
}
.BgClassName
{
background-color: #C7DD76;
}
</style>
border-color css
<style>
span { border-color: #C7DD76; }
span { border-color: rgb(199,221,118); }
td.TdClassName
{
border-color: #C7DD76;
}
.TagClassName
{
border-color: #C7DD76;
}
</style>