Shades of Sulu #C6DD8C
Tints of Sulu #C6DD8C
RGB
CMYK
RGB Variations
Color information
#C6DD8C (or 0xC6DD8C) is known color: Sulu. HEX triplet: C6, DD and 8C. RGB value is (198,221,140). Sum of RGB (Red+Green+Blue) = 198+221+140=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DD8C is #392273. Grayscale: #CDCDCD. Windows color (decimal): -3744372 or 9231814. OLE color: 9231814.
HSL color Cylindrical-coordinate representation of color #C6DD8C: hue angle of 77.04º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6DD8C is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 140 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.13 |
| HSL | 77.04º | 0.54% | 0.71% | - |
| HSV(B) | 77.04º | 0.37% | 0.87% | - |
| XYZ | 53.88 | 65.61 | 34.64 | - |
| YUV | 204.89 | 91.38 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 140 | 0.10 | 0 | 0.37 | 0.13 | 77.04 | 0.54 | 0.71 |
| Hex | C6 | DD | 8C | A | 0 | 25 | D | 4D | 36 | 47 |
| Octal | 306 | 335 | 214 | 12 | 0 | 45 | 15 | 115 | 66 | 107 |
| Binary | 11000110 | 11011101 | 10001100 | 1010 | 0 | 100101 | 1101 | 1001101 | 110110 | 1000111 |
Color Harmonies of #C6DD8C
Complementary color
Monochromatic Colors of #C6DD8C
Black with #C6DD8C
Text Example
Text Example
White with #C6DD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DD8C; }
p { color: rgb(198,221,140); }
H1.HeaderClassName
{
color: #C6DD8C;
}
.AnyTagClassName
{
color: #C6DD8C;
}
</style>
background-color css
<style>
a { background-color: #C6DD8C; }
a { background-color: rgb(198,221,140); }
div.DivClassName
{
background-color: #C6DD8C;
}
.BgClassName
{
background-color: #C6DD8C;
}
</style>
border-color css
<style>
span { border-color: #C6DD8C; }
span { border-color: rgb(198,221,140); }
td.TdClassName
{
border-color: #C6DD8C;
}
.TagClassName
{
border-color: #C6DD8C;
}
</style>