Shades of Sulu #C1E86C
Tints of Sulu #C1E86C
RGB
CMYK
RGB Variations
Color information
#C1E86C (or 0xC1E86C) is known color: Sulu. HEX triplet: C1, E8 and 6C. RGB value is (193,232,108). Sum of RGB (Red+Green+Blue) = 193+232+108=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 232 (91.02% from 255 or 43.53% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 232 - color contains mainly: green. Hex color #C1E86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1E86C is #3E1793. Grayscale: #CECECE. Windows color (decimal): -4069268 or 7137473. OLE color: 7137473.
HSL color Cylindrical-coordinate representation of color #C1E86C: hue angle of 78.87º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1E86C is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 232 | 108 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.09 |
| HSL | 78.87º | 0.73% | 0.67% | - |
| HSV(B) | 78.87º | 0.53% | 0.91% | - |
| XYZ | 53.56 | 70.13 | 24.9 | - |
| YUV | 206.2 | 72.58 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 232 | 108 | 0.17 | 0 | 0.53 | 0.09 | 78.87 | 0.73 | 0.67 |
| Hex | C1 | E8 | 6C | 11 | 0 | 35 | 9 | 4F | 49 | 43 |
| Octal | 301 | 350 | 154 | 21 | 0 | 65 | 11 | 117 | 111 | 103 |
| Binary | 11000001 | 11101000 | 1101100 | 10001 | 0 | 110101 | 1001 | 1001111 | 1001001 | 1000011 |
Color Harmonies of #C1E86C
Complementary color
Monochromatic Colors of #C1E86C
Black with #C1E86C
Text Example
Text Example
White with #C1E86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E86C; }
p { color: rgb(193,232,108); }
H1.HeaderClassName
{
color: #C1E86C;
}
.AnyTagClassName
{
color: #C1E86C;
}
</style>
background-color css
<style>
a { background-color: #C1E86C; }
a { background-color: rgb(193,232,108); }
div.DivClassName
{
background-color: #C1E86C;
}
.BgClassName
{
background-color: #C1E86C;
}
</style>
border-color css
<style>
span { border-color: #C1E86C; }
span { border-color: rgb(193,232,108); }
td.TdClassName
{
border-color: #C1E86C;
}
.TagClassName
{
border-color: #C1E86C;
}
</style>