Shades of Sulu #C7DD80
Tints of Sulu #C7DD80
RGB
CMYK
RGB Variations
Color information
#C7DD80 (or 0xC7DD80) is known color: Sulu. HEX triplet: C7, DD and 80. RGB value is (199,221,128). Sum of RGB (Red+Green+Blue) = 199+221+128=548 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.31% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DD80 is #38227F. Grayscale: #CCCCCC. Windows color (decimal): -3678848 or 8445383. OLE color: 8445383.
HSL color Cylindrical-coordinate representation of color #C7DD80: hue angle of 74.19º 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 #C7DD80 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 221 | 128 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.13 |
| HSL | 74.19º | 0.58% | 0.68% | - |
| HSV(B) | 74.19º | 0.42% | 0.87% | - |
| XYZ | 53.31 | 65.41 | 30.24 | - |
| YUV | 203.82 | 85.21 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 221 | 128 | 0.10 | 0 | 0.42 | 0.13 | 74.19 | 0.58 | 0.68 |
| Hex | C7 | DD | 80 | A | 0 | 2A | D | 4A | 3A | 44 |
| Octal | 307 | 335 | 200 | 12 | 0 | 52 | 15 | 112 | 72 | 104 |
| Binary | 11000111 | 11011101 | 10000000 | 1010 | 0 | 101010 | 1101 | 1001010 | 111010 | 1000100 |
Color Harmonies of #C7DD80
Complementary color
Monochromatic Colors of #C7DD80
Black with #C7DD80
Text Example
Text Example
White with #C7DD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DD80; }
p { color: rgb(199,221,128); }
H1.HeaderClassName
{
color: #C7DD80;
}
.AnyTagClassName
{
color: #C7DD80;
}
</style>
background-color css
<style>
a { background-color: #C7DD80; }
a { background-color: rgb(199,221,128); }
div.DivClassName
{
background-color: #C7DD80;
}
.BgClassName
{
background-color: #C7DD80;
}
</style>
border-color css
<style>
span { border-color: #C7DD80; }
span { border-color: rgb(199,221,128); }
td.TdClassName
{
border-color: #C7DD80;
}
.TagClassName
{
border-color: #C7DD80;
}
</style>