Shades of Sulu #C1EC80
Tints of Sulu #C1EC80
RGB
CMYK
RGB Variations
Color information
#C1EC80 (or 0xC1EC80) is known color: Sulu. HEX triplet: C1, EC and 80. RGB value is (193,236,128). Sum of RGB (Red+Green+Blue) = 193+236+128=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1EC80 is #3E137F. Grayscale: #D3D3D3. Windows color (decimal): -4068224 or 8449217. OLE color: 8449217.
HSL color Cylindrical-coordinate representation of color #C1EC80: hue angle of 83.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1EC80 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 128 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.07 |
| HSL | 83.89º | 0.74% | 0.71% | - |
| HSV(B) | 83.89º | 0.46% | 0.93% | - |
| XYZ | 55.88 | 72.89 | 31.55 | - |
| YUV | 210.83 | 81.25 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 128 | 0.18 | 0 | 0.46 | 0.07 | 83.89 | 0.74 | 0.71 |
| Hex | C1 | EC | 80 | 12 | 0 | 2E | 7 | 54 | 4A | 47 |
| Octal | 301 | 354 | 200 | 22 | 0 | 56 | 7 | 124 | 112 | 107 |
| Binary | 11000001 | 11101100 | 10000000 | 10010 | 0 | 101110 | 111 | 1010100 | 1001010 | 1000111 |
Color Harmonies of #C1EC80
Complementary color
Monochromatic Colors of #C1EC80
Black with #C1EC80
Text Example
Text Example
White with #C1EC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC80; }
p { color: rgb(193,236,128); }
H1.HeaderClassName
{
color: #C1EC80;
}
.AnyTagClassName
{
color: #C1EC80;
}
</style>
background-color css
<style>
a { background-color: #C1EC80; }
a { background-color: rgb(193,236,128); }
div.DivClassName
{
background-color: #C1EC80;
}
.BgClassName
{
background-color: #C1EC80;
}
</style>
border-color css
<style>
span { border-color: #C1EC80; }
span { border-color: rgb(193,236,128); }
td.TdClassName
{
border-color: #C1EC80;
}
.TagClassName
{
border-color: #C1EC80;
}
</style>