Shades of Sulu #C1DE8D
Tints of Sulu #C1DE8D
RGB
CMYK
RGB Variations
Color information
#C1DE8D (or 0xC1DE8D) is known color: Sulu. HEX triplet: C1, DE and 8D. RGB value is (193,222,141). Sum of RGB (Red+Green+Blue) = 193+222+141=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #C1DE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DE8D is #3E2172. Grayscale: #CCCCCC. Windows color (decimal): -4071795 or 9297601. OLE color: 9297601.
HSL color Cylindrical-coordinate representation of color #C1DE8D: hue angle of 81.48º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1DE8D is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 222 | 141 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.13 |
| HSL | 81.48º | 0.55% | 0.71% | - |
| HSV(B) | 81.48º | 0.36% | 0.87% | - |
| XYZ | 52.92 | 65.5 | 35.05 | - |
| YUV | 204.1 | 92.39 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 222 | 141 | 0.13 | 0 | 0.36 | 0.13 | 81.48 | 0.55 | 0.71 |
| Hex | C1 | DE | 8D | D | 0 | 24 | D | 51 | 37 | 47 |
| Octal | 301 | 336 | 215 | 15 | 0 | 44 | 15 | 121 | 67 | 107 |
| Binary | 11000001 | 11011110 | 10001101 | 1101 | 0 | 100100 | 1101 | 1010001 | 110111 | 1000111 |
Color Harmonies of #C1DE8D
Complementary color
Monochromatic Colors of #C1DE8D
Black with #C1DE8D
Text Example
Text Example
White with #C1DE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DE8D; }
p { color: rgb(193,222,141); }
H1.HeaderClassName
{
color: #C1DE8D;
}
.AnyTagClassName
{
color: #C1DE8D;
}
</style>
background-color css
<style>
a { background-color: #C1DE8D; }
a { background-color: rgb(193,222,141); }
div.DivClassName
{
background-color: #C1DE8D;
}
.BgClassName
{
background-color: #C1DE8D;
}
</style>
border-color css
<style>
span { border-color: #C1DE8D; }
span { border-color: rgb(193,222,141); }
td.TdClassName
{
border-color: #C1DE8D;
}
.TagClassName
{
border-color: #C1DE8D;
}
</style>