#C2E980

Color #C2E980 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #C2E980

Tints of Sulu #C2E980

Color information

#C2E980 (or 0xC2E980) is unknown color: approx Sulu. HEX triplet: C2, E9 and 80. RGB value is (194,233,128). Sum of RGB (Red+Green+Blue) = 194+233+128=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 233 (91.41% from 255 or 41.98% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E980 is #3D167F. Grayscale: #D1D1D1. Windows color (decimal): -4003456 or 8448450. OLE color: 8448450.

HSL color Cylindrical-coordinate representation of color #C2E980: hue angle of 82.29º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2E980 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB194233128-
CMYK0.1700.450.09
HSL82.29º70.47%70.78%-
HSV(B)82.29º45.06%91.37%-
XYZ55.2871.3131.27-
YUV209.3782.08117.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 34.95%
GREEN value IS 233 (91.41% from 255) = 41.98%
BLUE value IS 128 (50.39% from 255) = 23.06%
R=34.95%
G=41.98%
B=23.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1942331280.1700.450.0982.2970.4770.78
HexC2E9801102D9524647
Octal3023512002105511122106107
Binary1100001011101001100000001000101011011001101001010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E980; }

 p { color: rgb(194,233,128); }

 H1.HeaderClassName
 {
   color: #C2E980;
 }
 .AnyTagClassName
 {
   color: #C2E980;
 }
</style>
background-color css

<style>
 a { background-color: #C2E980; }

 a { background-color: rgb(194,233,128); }

 div.DivClassName
 {
   background-color: #C2E980;
 }
 .BgClassName
 {
   background-color: #C2E980;
 }
</style>
border-color css

<style>
 span { border-color: #C2E980; }

 span { border-color: rgb(194,233,128); }

 td.TdClassName
 {
   border-color: #C2E980;
 }
 .TagClassName
 {
   border-color: #C2E980;
 }
</style>