#74DD80

Color #74DD80 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #74DD80

Tints of Pastel Green #74DD80

Color information

#74DD80 (or 0x74DD80) is unknown color: approx Pastel Green. HEX triplet: 74, DD and 80. RGB value is (116,221,128). Sum of RGB (Red+Green+Blue) = 116+221+128=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DD80 is #8B227F. Grayscale: #B3B3B3. Windows color (decimal): -9118336 or 8445300. OLE color: 8445300.

HSL color Cylindrical-coordinate representation of color #74DD80: hue angle of 126.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DD80 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB116221128-
CMYK0.4800.420.13
HSL126.86º60.69%66.08%-
HSV(B)126.86º47.51%86.67%-
XYZ36.9656.9829.47-
YUV17999.2183.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.95%
GREEN value IS 221 (86.72% from 255) = 47.53%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=24.95%
G=47.53%
B=27.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162211280.4800.420.13126.8660.6966.08
Hex74DD803002AD7f3d42
Octal164335200600521517775102
Binary111010011011101100000001100000101010110111111111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74DD80; }

 p { color: rgb(116,221,128); }

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

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

 a { background-color: rgb(116,221,128); }

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

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

 span { border-color: rgb(116,221,128); }

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