Shades of Sulu #C1E18B
Tints of Sulu #C1E18B
RGB
CMYK
RGB Variations
Color information
#C1E18B (or 0xC1E18B) is known color: Sulu. HEX triplet: C1, E1 and 8B. RGB value is (193,225,139). Sum of RGB (Red+Green+Blue) = 193+225+139=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1E18B is #3E1E74. Grayscale: #CDCDCD. Windows color (decimal): -4071029 or 9167297. OLE color: 9167297.
HSL color Cylindrical-coordinate representation of color #C1E18B: hue angle of 82.33º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1E18B is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 225 | 139 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.12 |
| HSL | 82.33º | 0.59% | 0.71% | - |
| HSV(B) | 82.33º | 0.38% | 0.88% | - |
| XYZ | 53.58 | 67.05 | 34.54 | - |
| YUV | 205.63 | 90.4 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 139 | 0.14 | 0 | 0.38 | 0.12 | 82.33 | 0.59 | 0.71 |
| Hex | C1 | E1 | 8B | E | 0 | 26 | C | 52 | 3B | 47 |
| Octal | 301 | 341 | 213 | 16 | 0 | 46 | 14 | 122 | 73 | 107 |
| Binary | 11000001 | 11100001 | 10001011 | 1110 | 0 | 100110 | 1100 | 1010010 | 111011 | 1000111 |
Color Harmonies of #C1E18B
Complementary color
Monochromatic Colors of #C1E18B
Black with #C1E18B
Text Example
Text Example
White with #C1E18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E18B; }
p { color: rgb(193,225,139); }
H1.HeaderClassName
{
color: #C1E18B;
}
.AnyTagClassName
{
color: #C1E18B;
}
</style>
background-color css
<style>
a { background-color: #C1E18B; }
a { background-color: rgb(193,225,139); }
div.DivClassName
{
background-color: #C1E18B;
}
.BgClassName
{
background-color: #C1E18B;
}
</style>
border-color css
<style>
span { border-color: #C1E18B; }
span { border-color: rgb(193,225,139); }
td.TdClassName
{
border-color: #C1E18B;
}
.TagClassName
{
border-color: #C1E18B;
}
</style>