Shades of Sulu #C7DC7C
Tints of Sulu #C7DC7C
RGB
CMYK
RGB Variations
Color information
#C7DC7C (or 0xC7DC7C) is known color: Sulu. HEX triplet: C7, DC and 7C. RGB value is (199,220,124). Sum of RGB (Red+Green+Blue) = 199+220+124=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7DC7C is #382383. Grayscale: #CBCBCB. Windows color (decimal): -3679108 or 8182983. OLE color: 8182983.
HSL color Cylindrical-coordinate representation of color #C7DC7C: hue angle of 73.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7DC7C is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 124 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.14 |
| HSL | 73.13º | 0.58% | 0.67% | - |
| HSV(B) | 73.13º | 0.44% | 0.86% | - |
| XYZ | 52.78 | 64.78 | 28.79 | - |
| YUV | 202.78 | 83.54 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 124 | 0.10 | 0 | 0.44 | 0.14 | 73.13 | 0.58 | 0.67 |
| Hex | C7 | DC | 7C | A | 0 | 2C | E | 49 | 3A | 43 |
| Octal | 307 | 334 | 174 | 12 | 0 | 54 | 16 | 111 | 72 | 103 |
| Binary | 11000111 | 11011100 | 1111100 | 1010 | 0 | 101100 | 1110 | 1001001 | 111010 | 1000011 |
Color Harmonies of #C7DC7C
Complementary color
Monochromatic Colors of #C7DC7C
Black with #C7DC7C
Text Example
Text Example
White with #C7DC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DC7C; }
p { color: rgb(199,220,124); }
H1.HeaderClassName
{
color: #C7DC7C;
}
.AnyTagClassName
{
color: #C7DC7C;
}
</style>
background-color css
<style>
a { background-color: #C7DC7C; }
a { background-color: rgb(199,220,124); }
div.DivClassName
{
background-color: #C7DC7C;
}
.BgClassName
{
background-color: #C7DC7C;
}
</style>
border-color css
<style>
span { border-color: #C7DC7C; }
span { border-color: rgb(199,220,124); }
td.TdClassName
{
border-color: #C7DC7C;
}
.TagClassName
{
border-color: #C7DC7C;
}
</style>