Shades of Sulu #C1DD8C
Tints of Sulu #C1DD8C
RGB
CMYK
RGB Variations
Color information
#C1DD8C (or 0xC1DD8C) is known color: Sulu. HEX triplet: C1, DD and 8C. RGB value is (193,221,140). Sum of RGB (Red+Green+Blue) = 193+221+140=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DD8C is #3E2273. Grayscale: #CBCBCB. Windows color (decimal): -4072052 or 9231809. OLE color: 9231809.
HSL color Cylindrical-coordinate representation of color #C1DD8C: hue angle of 80.74º 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 #C1DD8C is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 140 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.13 |
| HSL | 80.74º | 0.54% | 0.71% | - |
| HSV(B) | 80.74º | 0.37% | 0.87% | - |
| XYZ | 52.58 | 64.94 | 34.57 | - |
| YUV | 203.39 | 92.22 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 140 | 0.13 | 0 | 0.37 | 0.13 | 80.74 | 0.54 | 0.71 |
| Hex | C1 | DD | 8C | D | 0 | 25 | D | 51 | 36 | 47 |
| Octal | 301 | 335 | 214 | 15 | 0 | 45 | 15 | 121 | 66 | 107 |
| Binary | 11000001 | 11011101 | 10001100 | 1101 | 0 | 100101 | 1101 | 1010001 | 110110 | 1000111 |
Color Harmonies of #C1DD8C
Complementary color
Monochromatic Colors of #C1DD8C
Black with #C1DD8C
Text Example
Text Example
White with #C1DD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DD8C; }
p { color: rgb(193,221,140); }
H1.HeaderClassName
{
color: #C1DD8C;
}
.AnyTagClassName
{
color: #C1DD8C;
}
</style>
background-color css
<style>
a { background-color: #C1DD8C; }
a { background-color: rgb(193,221,140); }
div.DivClassName
{
background-color: #C1DD8C;
}
.BgClassName
{
background-color: #C1DD8C;
}
</style>
border-color css
<style>
span { border-color: #C1DD8C; }
span { border-color: rgb(193,221,140); }
td.TdClassName
{
border-color: #C1DD8C;
}
.TagClassName
{
border-color: #C1DD8C;
}
</style>