Shades of Sulu #C7DC80
Tints of Sulu #C7DC80
RGB
CMYK
RGB Variations
Color information
#C7DC80 (or 0xC7DC80) is known color: Sulu. HEX triplet: C7, DC and 80. RGB value is (199,220,128). Sum of RGB (Red+Green+Blue) = 199+220+128=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DC80 is #38237F. Grayscale: #CBCBCB. Windows color (decimal): -3679104 or 8445127. OLE color: 8445127.
HSL color Cylindrical-coordinate representation of color #C7DC80: hue angle of 73.7º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7DC80 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 128 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.14 |
| HSL | 73.7º | 0.57% | 0.68% | - |
| HSV(B) | 73.7º | 0.42% | 0.86% | - |
| XYZ | 53.04 | 64.89 | 30.15 | - |
| YUV | 203.23 | 85.54 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 128 | 0.10 | 0 | 0.42 | 0.14 | 73.7 | 0.57 | 0.68 |
| Hex | C7 | DC | 80 | A | 0 | 2A | E | 4A | 39 | 44 |
| Octal | 307 | 334 | 200 | 12 | 0 | 52 | 16 | 112 | 71 | 104 |
| Binary | 11000111 | 11011100 | 10000000 | 1010 | 0 | 101010 | 1110 | 1001010 | 111001 | 1000100 |
Color Harmonies of #C7DC80
Complementary color
Monochromatic Colors of #C7DC80
Black with #C7DC80
Text Example
Text Example
White with #C7DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DC80; }
p { color: rgb(199,220,128); }
H1.HeaderClassName
{
color: #C7DC80;
}
.AnyTagClassName
{
color: #C7DC80;
}
</style>
background-color css
<style>
a { background-color: #C7DC80; }
a { background-color: rgb(199,220,128); }
div.DivClassName
{
background-color: #C7DC80;
}
.BgClassName
{
background-color: #C7DC80;
}
</style>
border-color css
<style>
span { border-color: #C7DC80; }
span { border-color: rgb(199,220,128); }
td.TdClassName
{
border-color: #C7DC80;
}
.TagClassName
{
border-color: #C7DC80;
}
</style>