Shades of Sulu #C1EC8D
Tints of Sulu #C1EC8D
RGB
CMYK
RGB Variations
Color information
#C1EC8D (or 0xC1EC8D) is known color: Sulu. HEX triplet: C1, EC and 8D. RGB value is (193,236,141). Sum of RGB (Red+Green+Blue) = 193+236+141=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1EC8D is #3E1372. Grayscale: #D4D4D4. Windows color (decimal): -4068211 or 9301185. OLE color: 9301185.
HSL color Cylindrical-coordinate representation of color #C1EC8D: hue angle of 87.16º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1EC8D is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 141 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.07 |
| HSL | 87.16º | 0.71% | 0.74% | - |
| HSV(B) | 87.16º | 0.4% | 0.93% | - |
| XYZ | 56.8 | 73.25 | 36.34 | - |
| YUV | 212.31 | 87.75 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 141 | 0.18 | 0 | 0.40 | 0.07 | 87.16 | 0.71 | 0.74 |
| Hex | C1 | EC | 8D | 12 | 0 | 28 | 7 | 57 | 47 | 4A |
| Octal | 301 | 354 | 215 | 22 | 0 | 50 | 7 | 127 | 107 | 112 |
| Binary | 11000001 | 11101100 | 10001101 | 10010 | 0 | 101000 | 111 | 1010111 | 1000111 | 1001010 |
Color Harmonies of #C1EC8D
Complementary color
Monochromatic Colors of #C1EC8D
Black with #C1EC8D
Text Example
Text Example
White with #C1EC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC8D; }
p { color: rgb(193,236,141); }
H1.HeaderClassName
{
color: #C1EC8D;
}
.AnyTagClassName
{
color: #C1EC8D;
}
</style>
background-color css
<style>
a { background-color: #C1EC8D; }
a { background-color: rgb(193,236,141); }
div.DivClassName
{
background-color: #C1EC8D;
}
.BgClassName
{
background-color: #C1EC8D;
}
</style>
border-color css
<style>
span { border-color: #C1EC8D; }
span { border-color: rgb(193,236,141); }
td.TdClassName
{
border-color: #C1EC8D;
}
.TagClassName
{
border-color: #C1EC8D;
}
</style>