Shades of Sulu #C2E580
Tints of Sulu #C2E580
RGB
CMYK
RGB Variations
Color information
#C2E580 (or 0xC2E580) is known color: Sulu. HEX triplet: C2, E5 and 80. RGB value is (194,229,128). Sum of RGB (Red+Green+Blue) = 194+229+128=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 229 - color contains mainly: green. Hex color #C2E580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E580 is #3D1A7F. Grayscale: #CFCFCF. Windows color (decimal): -4004480 or 8447426. OLE color: 8447426.
HSL color Cylindrical-coordinate representation of color #C2E580: hue angle of 80.79º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2E580 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 229 | 128 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.10 |
| HSL | 80.79º | 0.66% | 0.7% | - |
| HSV(B) | 80.79º | 0.44% | 0.9% | - |
| XYZ | 54.16 | 69.07 | 30.9 | - |
| YUV | 207.02 | 83.4 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 229 | 128 | 0.15 | 0 | 0.44 | 0.10 | 80.79 | 0.66 | 0.7 |
| Hex | C2 | E5 | 80 | F | 0 | 2C | A | 51 | 42 | 46 |
| Octal | 302 | 345 | 200 | 17 | 0 | 54 | 12 | 121 | 102 | 106 |
| Binary | 11000010 | 11100101 | 10000000 | 1111 | 0 | 101100 | 1010 | 1010001 | 1000010 | 1000110 |
Color Harmonies of #C2E580
Complementary color
Monochromatic Colors of #C2E580
Black with #C2E580
Text Example
Text Example
White with #C2E580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E580; }
p { color: rgb(194,229,128); }
H1.HeaderClassName
{
color: #C2E580;
}
.AnyTagClassName
{
color: #C2E580;
}
</style>
background-color css
<style>
a { background-color: #C2E580; }
a { background-color: rgb(194,229,128); }
div.DivClassName
{
background-color: #C2E580;
}
.BgClassName
{
background-color: #C2E580;
}
</style>
border-color css
<style>
span { border-color: #C2E580; }
span { border-color: rgb(194,229,128); }
td.TdClassName
{
border-color: #C2E580;
}
.TagClassName
{
border-color: #C2E580;
}
</style>