Shades of Sulu #C1E386
Tints of Sulu #C1E386
RGB
CMYK
RGB Variations
Color information
#C1E386 (or 0xC1E386) is known color: Sulu. HEX triplet: C1, E3 and 86. RGB value is (193,227,134). Sum of RGB (Red+Green+Blue) = 193+227+134=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 227 - color contains mainly: green. Hex color #C1E386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1E386 is #3E1C79. Grayscale: #CECECE. Windows color (decimal): -4070522 or 8840129. OLE color: 8840129.
HSL color Cylindrical-coordinate representation of color #C1E386: hue angle of 81.94º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1E386 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 227 | 134 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.11 |
| HSL | 81.94º | 0.62% | 0.71% | - |
| HSV(B) | 81.94º | 0.41% | 0.89% | - |
| XYZ | 53.76 | 68 | 32.85 | - |
| YUV | 206.23 | 87.24 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 227 | 134 | 0.15 | 0 | 0.41 | 0.11 | 81.94 | 0.62 | 0.71 |
| Hex | C1 | E3 | 86 | F | 0 | 29 | B | 52 | 3E | 47 |
| Octal | 301 | 343 | 206 | 17 | 0 | 51 | 13 | 122 | 76 | 107 |
| Binary | 11000001 | 11100011 | 10000110 | 1111 | 0 | 101001 | 1011 | 1010010 | 111110 | 1000111 |
Color Harmonies of #C1E386
Complementary color
Monochromatic Colors of #C1E386
Black with #C1E386
Text Example
Text Example
White with #C1E386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E386; }
p { color: rgb(193,227,134); }
H1.HeaderClassName
{
color: #C1E386;
}
.AnyTagClassName
{
color: #C1E386;
}
</style>
background-color css
<style>
a { background-color: #C1E386; }
a { background-color: rgb(193,227,134); }
div.DivClassName
{
background-color: #C1E386;
}
.BgClassName
{
background-color: #C1E386;
}
</style>
border-color css
<style>
span { border-color: #C1E386; }
span { border-color: rgb(193,227,134); }
td.TdClassName
{
border-color: #C1E386;
}
.TagClassName
{
border-color: #C1E386;
}
</style>