Shades of Sulu #C1E380
Tints of Sulu #C1E380
RGB
CMYK
RGB Variations
Color information
#C1E380 (or 0xC1E380) is known color: Sulu. HEX triplet: C1, E3 and 80. RGB value is (193,227,128). Sum of RGB (Red+Green+Blue) = 193+227+128=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 227 - color contains mainly: green. Hex color #C1E380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1E380 is #3E1C7F. Grayscale: #CDCDCD. Windows color (decimal): -4070528 or 8446913. OLE color: 8446913.
HSL color Cylindrical-coordinate representation of color #C1E380: hue angle of 80.61º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1E380 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 227 | 128 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.11 |
| HSL | 80.61º | 0.64% | 0.7% | - |
| HSV(B) | 80.61º | 0.44% | 0.89% | - |
| XYZ | 53.36 | 67.83 | 30.7 | - |
| YUV | 205.55 | 84.24 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 227 | 128 | 0.15 | 0 | 0.44 | 0.11 | 80.61 | 0.64 | 0.7 |
| Hex | C1 | E3 | 80 | F | 0 | 2C | B | 51 | 40 | 46 |
| Octal | 301 | 343 | 200 | 17 | 0 | 54 | 13 | 121 | 100 | 106 |
| Binary | 11000001 | 11100011 | 10000000 | 1111 | 0 | 101100 | 1011 | 1010001 | 1000000 | 1000110 |
Color Harmonies of #C1E380
Complementary color
Monochromatic Colors of #C1E380
Black with #C1E380
Text Example
Text Example
White with #C1E380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E380; }
p { color: rgb(193,227,128); }
H1.HeaderClassName
{
color: #C1E380;
}
.AnyTagClassName
{
color: #C1E380;
}
</style>
background-color css
<style>
a { background-color: #C1E380; }
a { background-color: rgb(193,227,128); }
div.DivClassName
{
background-color: #C1E380;
}
.BgClassName
{
background-color: #C1E380;
}
</style>
border-color css
<style>
span { border-color: #C1E380; }
span { border-color: rgb(193,227,128); }
td.TdClassName
{
border-color: #C1E380;
}
.TagClassName
{
border-color: #C1E380;
}
</style>