#c2d980

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

Shades of Sulu #C2D980

Tints of Sulu #C2D980

Color information

#C2D980 (or 0xC2D980) is unknown color: approx Sulu. HEX triplet: C2, D9 and 80. RGB value is (194,217,128). Sum of RGB (Red+Green+Blue) = 194+217+128=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D980 is #3D267F. Grayscale: #C8C8C8. Windows color (decimal): -4007552 or 8444354. OLE color: 8444354.

HSL color Cylindrical-coordinate representation of color #C2D980: hue angle of 75.51º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2D980 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB194217128-
CMYK0.1100.410.15
HSL75.51º53.94%67.65%-
HSV(B)75.51º41.01%85.1%-
XYZ50.9662.6529.83-
YUV199.9887.38123.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.99%
GREEN value IS 217 (85.16% from 255) = 40.26%
BLUE value IS 128 (50.39% from 255) = 23.75%
R=35.99%
G=40.26%
B=23.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942171280.1100.410.1575.5153.9467.65
HexC2D980B029F4c3644
Octal302331200130511711466104
Binary11000010110110011000000010110101001111110011001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2d980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2d980; }

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

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

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

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

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

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

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

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