Shades of Sulu #C1EC6C
Tints of Sulu #C1EC6C
RGB
CMYK
RGB Variations
Color information
#C1EC6C (or 0xC1EC6C) is known color: Sulu. HEX triplet: C1, EC and 6C. RGB value is (193,236,108). Sum of RGB (Red+Green+Blue) = 193+236+108=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 108 (42.58% from 255 or 20.11% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EC6C is #3E1393. Grayscale: #D1D1D1. Windows color (decimal): -4068244 or 7138497. OLE color: 7138497.
HSL color Cylindrical-coordinate representation of color #C1EC6C: hue angle of 80.16º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1EC6C is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 108 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.07 |
| HSL | 80.16º | 0.77% | 0.67% | - |
| HSV(B) | 80.16º | 0.54% | 0.93% | - |
| XYZ | 54.69 | 72.41 | 25.28 | - |
| YUV | 208.55 | 71.25 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 108 | 0.18 | 0 | 0.54 | 0.07 | 80.16 | 0.77 | 0.67 |
| Hex | C1 | EC | 6C | 12 | 0 | 36 | 7 | 50 | 4D | 43 |
| Octal | 301 | 354 | 154 | 22 | 0 | 66 | 7 | 120 | 115 | 103 |
| Binary | 11000001 | 11101100 | 1101100 | 10010 | 0 | 110110 | 111 | 1010000 | 1001101 | 1000011 |
Color Harmonies of #C1EC6C
Complementary color
Monochromatic Colors of #C1EC6C
Black with #C1EC6C
Text Example
Text Example
White with #C1EC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC6C; }
p { color: rgb(193,236,108); }
H1.HeaderClassName
{
color: #C1EC6C;
}
.AnyTagClassName
{
color: #C1EC6C;
}
</style>
background-color css
<style>
a { background-color: #C1EC6C; }
a { background-color: rgb(193,236,108); }
div.DivClassName
{
background-color: #C1EC6C;
}
.BgClassName
{
background-color: #C1EC6C;
}
</style>
border-color css
<style>
span { border-color: #C1EC6C; }
span { border-color: rgb(193,236,108); }
td.TdClassName
{
border-color: #C1EC6C;
}
.TagClassName
{
border-color: #C1EC6C;
}
</style>