Shades of Sulu #C8DD8C
Tints of Sulu #C8DD8C
RGB
CMYK
RGB Variations
Color information
#C8DD8C (or 0xC8DD8C) is known color: Sulu. HEX triplet: C8, DD and 8C. RGB value is (200,221,140). Sum of RGB (Red+Green+Blue) = 200+221+140=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DD8C is #372273. Grayscale: #CDCDCD. Windows color (decimal): -3613300 or 9231816. OLE color: 9231816.
HSL color Cylindrical-coordinate representation of color #C8DD8C: hue angle of 75.56º 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 #C8DD8C is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 140 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.13 |
| HSL | 75.56º | 0.54% | 0.71% | - |
| HSV(B) | 75.56º | 0.37% | 0.87% | - |
| XYZ | 54.41 | 65.89 | 34.66 | - |
| YUV | 205.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 140 | 0.10 | 0 | 0.37 | 0.13 | 75.56 | 0.54 | 0.71 |
| Hex | C8 | DD | 8C | A | 0 | 25 | D | 4C | 36 | 47 |
| Octal | 310 | 335 | 214 | 12 | 0 | 45 | 15 | 114 | 66 | 107 |
| Binary | 11001000 | 11011101 | 10001100 | 1010 | 0 | 100101 | 1101 | 1001100 | 110110 | 1000111 |
Color Harmonies of #C8DD8C
Complementary color
Monochromatic Colors of #C8DD8C
Black with #C8DD8C
Text Example
Text Example
White with #C8DD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD8C; }
p { color: rgb(200,221,140); }
H1.HeaderClassName
{
color: #C8DD8C;
}
.AnyTagClassName
{
color: #C8DD8C;
}
</style>
background-color css
<style>
a { background-color: #C8DD8C; }
a { background-color: rgb(200,221,140); }
div.DivClassName
{
background-color: #C8DD8C;
}
.BgClassName
{
background-color: #C8DD8C;
}
</style>
border-color css
<style>
span { border-color: #C8DD8C; }
span { border-color: rgb(200,221,140); }
td.TdClassName
{
border-color: #C8DD8C;
}
.TagClassName
{
border-color: #C8DD8C;
}
</style>