Shades of Sulu #C1ED80
Tints of Sulu #C1ED80
RGB
CMYK
RGB Variations
Color information
#C1ED80 (or 0xC1ED80) is known color: Sulu. HEX triplet: C1, ED and 80. RGB value is (193,237,128). Sum of RGB (Red+Green+Blue) = 193+237+128=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1ED80 is #3E127F. Grayscale: #D3D3D3. Windows color (decimal): -4067968 or 8449473. OLE color: 8449473.
HSL color Cylindrical-coordinate representation of color #C1ED80: hue angle of 84.22º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1ED80 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 237 | 128 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.07 |
| HSL | 84.22º | 0.75% | 0.72% | - |
| HSV(B) | 84.22º | 0.46% | 0.93% | - |
| XYZ | 56.17 | 73.46 | 31.64 | - |
| YUV | 211.42 | 80.92 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 237 | 128 | 0.19 | 0 | 0.46 | 0.07 | 84.22 | 0.75 | 0.72 |
| Hex | C1 | ED | 80 | 13 | 0 | 2E | 7 | 54 | 4B | 48 |
| Octal | 301 | 355 | 200 | 23 | 0 | 56 | 7 | 124 | 113 | 110 |
| Binary | 11000001 | 11101101 | 10000000 | 10011 | 0 | 101110 | 111 | 1010100 | 1001011 | 1001000 |
Color Harmonies of #C1ED80
Complementary color
Monochromatic Colors of #C1ED80
Black with #C1ED80
Text Example
Text Example
White with #C1ED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ED80; }
p { color: rgb(193,237,128); }
H1.HeaderClassName
{
color: #C1ED80;
}
.AnyTagClassName
{
color: #C1ED80;
}
</style>
background-color css
<style>
a { background-color: #C1ED80; }
a { background-color: rgb(193,237,128); }
div.DivClassName
{
background-color: #C1ED80;
}
.BgClassName
{
background-color: #C1ED80;
}
</style>
border-color css
<style>
span { border-color: #C1ED80; }
span { border-color: rgb(193,237,128); }
td.TdClassName
{
border-color: #C1ED80;
}
.TagClassName
{
border-color: #C1ED80;
}
</style>