Shades of Sulu #C6E580
Tints of Sulu #C6E580
RGB
CMYK
RGB Variations
Color information
#C6E580 (or 0xC6E580) is known color: Sulu. HEX triplet: C6, E5 and 80. RGB value is (198,229,128). Sum of RGB (Red+Green+Blue) = 198+229+128=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 229 - color contains mainly: green. Hex color #C6E580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6E580 is #391A7F. Grayscale: #D0D0D0. Windows color (decimal): -3742336 or 8447430. OLE color: 8447430.
HSL color Cylindrical-coordinate representation of color #C6E580: hue angle of 78.42º 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 #C6E580 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 229 | 128 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.10 |
| HSL | 78.42º | 0.66% | 0.7% | - |
| HSV(B) | 78.42º | 0.44% | 0.9% | - |
| XYZ | 55.2 | 69.6 | 30.95 | - |
| YUV | 208.22 | 82.73 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 229 | 128 | 0.14 | 0 | 0.44 | 0.10 | 78.42 | 0.66 | 0.7 |
| Hex | C6 | E5 | 80 | E | 0 | 2C | A | 4E | 42 | 46 |
| Octal | 306 | 345 | 200 | 16 | 0 | 54 | 12 | 116 | 102 | 106 |
| Binary | 11000110 | 11100101 | 10000000 | 1110 | 0 | 101100 | 1010 | 1001110 | 1000010 | 1000110 |
Color Harmonies of #C6E580
Complementary color
Monochromatic Colors of #C6E580
Black with #C6E580
Text Example
Text Example
White with #C6E580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E580; }
p { color: rgb(198,229,128); }
H1.HeaderClassName
{
color: #C6E580;
}
.AnyTagClassName
{
color: #C6E580;
}
</style>
background-color css
<style>
a { background-color: #C6E580; }
a { background-color: rgb(198,229,128); }
div.DivClassName
{
background-color: #C6E580;
}
.BgClassName
{
background-color: #C6E580;
}
</style>
border-color css
<style>
span { border-color: #C6E580; }
span { border-color: rgb(198,229,128); }
td.TdClassName
{
border-color: #C6E580;
}
.TagClassName
{
border-color: #C6E580;
}
</style>