Shades of Sulu #C2E680
Tints of Sulu #C2E680
RGB
CMYK
RGB Variations
Color information
#C2E680 (or 0xC2E680) is known color: Sulu. HEX triplet: C2, E6 and 80. RGB value is (194,230,128). Sum of RGB (Red+Green+Blue) = 194+230+128=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E680 is #3D197F. Grayscale: #CFCFCF. Windows color (decimal): -4004224 or 8447682. OLE color: 8447682.
HSL color Cylindrical-coordinate representation of color #C2E680: hue angle of 81.18º degrees, saturation: 0.67, 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 #C2E680 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 230 | 128 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.10 |
| HSL | 81.18º | 0.67% | 0.7% | - |
| HSV(B) | 81.18º | 0.44% | 0.9% | - |
| XYZ | 54.44 | 69.62 | 30.99 | - |
| YUV | 207.61 | 83.07 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 230 | 128 | 0.16 | 0 | 0.44 | 0.10 | 81.18 | 0.67 | 0.7 |
| Hex | C2 | E6 | 80 | 10 | 0 | 2C | A | 51 | 43 | 46 |
| Octal | 302 | 346 | 200 | 20 | 0 | 54 | 12 | 121 | 103 | 106 |
| Binary | 11000010 | 11100110 | 10000000 | 10000 | 0 | 101100 | 1010 | 1010001 | 1000011 | 1000110 |
Color Harmonies of #C2E680
Complementary color
Monochromatic Colors of #C2E680
Black with #C2E680
Text Example
Text Example
White with #C2E680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E680; }
p { color: rgb(194,230,128); }
H1.HeaderClassName
{
color: #C2E680;
}
.AnyTagClassName
{
color: #C2E680;
}
</style>
background-color css
<style>
a { background-color: #C2E680; }
a { background-color: rgb(194,230,128); }
div.DivClassName
{
background-color: #C2E680;
}
.BgClassName
{
background-color: #C2E680;
}
</style>
border-color css
<style>
span { border-color: #C2E680; }
span { border-color: rgb(194,230,128); }
td.TdClassName
{
border-color: #C2E680;
}
.TagClassName
{
border-color: #C2E680;
}
</style>