Shades of Sulu #C1E280
Tints of Sulu #C1E280
RGB
CMYK
RGB Variations
Color information
#C1E280 (or 0xC1E280) is known color: Sulu. HEX triplet: C1, E2 and 80. RGB value is (193,226,128). Sum of RGB (Red+Green+Blue) = 193+226+128=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #C1E280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1E280 is #3E1D7F. Grayscale: #CDCDCD. Windows color (decimal): -4070784 or 8446657. OLE color: 8446657.
HSL color Cylindrical-coordinate representation of color #C1E280: hue angle of 80.2º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C1E280 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 226 | 128 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.11 |
| HSL | 80.2º | 0.63% | 0.69% | - |
| HSV(B) | 80.2º | 0.43% | 0.89% | - |
| XYZ | 53.08 | 67.29 | 30.61 | - |
| YUV | 204.96 | 84.57 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 226 | 128 | 0.15 | 0 | 0.43 | 0.11 | 80.2 | 0.63 | 0.69 |
| Hex | C1 | E2 | 80 | F | 0 | 2B | B | 50 | 3F | 45 |
| Octal | 301 | 342 | 200 | 17 | 0 | 53 | 13 | 120 | 77 | 105 |
| Binary | 11000001 | 11100010 | 10000000 | 1111 | 0 | 101011 | 1011 | 1010000 | 111111 | 1000101 |
Color Harmonies of #C1E280
Complementary color
Monochromatic Colors of #C1E280
Black with #C1E280
Text Example
Text Example
White with #C1E280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E280; }
p { color: rgb(193,226,128); }
H1.HeaderClassName
{
color: #C1E280;
}
.AnyTagClassName
{
color: #C1E280;
}
</style>
background-color css
<style>
a { background-color: #C1E280; }
a { background-color: rgb(193,226,128); }
div.DivClassName
{
background-color: #C1E280;
}
.BgClassName
{
background-color: #C1E280;
}
</style>
border-color css
<style>
span { border-color: #C1E280; }
span { border-color: rgb(193,226,128); }
td.TdClassName
{
border-color: #C1E280;
}
.TagClassName
{
border-color: #C1E280;
}
</style>