Shades of Sulu #C6DC8C
Tints of Sulu #C6DC8C
RGB
CMYK
RGB Variations
Color information
#C6DC8C (or 0xC6DC8C) is known color: Sulu. HEX triplet: C6, DC and 8C. RGB value is (198,220,140). Sum of RGB (Red+Green+Blue) = 198+220+140=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DC8C is #392373. Grayscale: #CCCCCC. Windows color (decimal): -3744628 or 9231558. OLE color: 9231558.
HSL color Cylindrical-coordinate representation of color #C6DC8C: hue angle of 76.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6DC8C is Cyan = 0.1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 140 | - |
| CMYK | 0.1 | 0 | 0.36 | 0.14 |
| HSL | 76.5º | 0.53% | 0.71% | - |
| HSV(B) | 76.5º | 0.36% | 0.86% | - |
| XYZ | 53.62 | 65.09 | 34.55 | - |
| YUV | 204.3 | 91.71 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 140 | 0.1 | 0 | 0.36 | 0.14 | 76.5 | 0.53 | 0.71 |
| Hex | C6 | DC | 8C | A | 0 | 24 | E | 4C | 35 | 47 |
| Octal | 306 | 334 | 214 | 12 | 0 | 44 | 16 | 114 | 65 | 107 |
| Binary | 11000110 | 11011100 | 10001100 | 1010 | 0 | 100100 | 1110 | 1001100 | 110101 | 1000111 |
Color Harmonies of #C6DC8C
Complementary color
Monochromatic Colors of #C6DC8C
Black with #C6DC8C
Text Example
Text Example
White with #C6DC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DC8C; }
p { color: rgb(198,220,140); }
H1.HeaderClassName
{
color: #C6DC8C;
}
.AnyTagClassName
{
color: #C6DC8C;
}
</style>
background-color css
<style>
a { background-color: #C6DC8C; }
a { background-color: rgb(198,220,140); }
div.DivClassName
{
background-color: #C6DC8C;
}
.BgClassName
{
background-color: #C6DC8C;
}
</style>
border-color css
<style>
span { border-color: #C6DC8C; }
span { border-color: rgb(198,220,140); }
td.TdClassName
{
border-color: #C6DC8C;
}
.TagClassName
{
border-color: #C6DC8C;
}
</style>