Shades of Sulu #C1EB6C
Tints of Sulu #C1EB6C
RGB
CMYK
RGB Variations
Color information
#C1EB6C (or 0xC1EB6C) is known color: Sulu. HEX triplet: C1, EB and 6C. RGB value is (193,235,108). Sum of RGB (Red+Green+Blue) = 193+235+108=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EB6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EB6C is #3E1493. Grayscale: #D0D0D0. Windows color (decimal): -4068500 or 7138241. OLE color: 7138241.
HSL color Cylindrical-coordinate representation of color #C1EB6C: hue angle of 79.84º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1EB6C is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 108 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.08 |
| HSL | 79.84º | 0.76% | 0.67% | - |
| HSV(B) | 79.84º | 0.54% | 0.92% | - |
| XYZ | 54.41 | 71.84 | 25.19 | - |
| YUV | 207.96 | 71.59 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 108 | 0.18 | 0 | 0.54 | 0.08 | 79.84 | 0.76 | 0.67 |
| Hex | C1 | EB | 6C | 12 | 0 | 36 | 8 | 50 | 4C | 43 |
| Octal | 301 | 353 | 154 | 22 | 0 | 66 | 10 | 120 | 114 | 103 |
| Binary | 11000001 | 11101011 | 1101100 | 10010 | 0 | 110110 | 1000 | 1010000 | 1001100 | 1000011 |
Color Harmonies of #C1EB6C
Complementary color
Monochromatic Colors of #C1EB6C
Black with #C1EB6C
Text Example
Text Example
White with #C1EB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EB6C; }
p { color: rgb(193,235,108); }
H1.HeaderClassName
{
color: #C1EB6C;
}
.AnyTagClassName
{
color: #C1EB6C;
}
</style>
background-color css
<style>
a { background-color: #C1EB6C; }
a { background-color: rgb(193,235,108); }
div.DivClassName
{
background-color: #C1EB6C;
}
.BgClassName
{
background-color: #C1EB6C;
}
</style>
border-color css
<style>
span { border-color: #C1EB6C; }
span { border-color: rgb(193,235,108); }
td.TdClassName
{
border-color: #C1EB6C;
}
.TagClassName
{
border-color: #C1EB6C;
}
</style>