#74E580

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

Shades of Pastel Green #74E580

Tints of Pastel Green #74E580

Color information

#74E580 (or 0x74E580) is unknown color: approx Pastel Green. HEX triplet: 74, E5 and 80. RGB value is (116,229,128). Sum of RGB (Red+Green+Blue) = 116+229+128=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #74E580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E580 is #8B1A7F. Grayscale: #B7B7B7. Windows color (decimal): -9116288 or 8447348. OLE color: 8447348.

HSL color Cylindrical-coordinate representation of color #74E580: hue angle of 126.37º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E580 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB116229128-
CMYK0.4900.440.10
HSL126.37º68.48%67.65%-
HSV(B)126.37º49.34%89.8%-
XYZ39.1261.3130.19-
YUV183.796.5679.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.52%
GREEN value IS 229 (89.84% from 255) = 48.41%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=24.52%
G=48.41%
B=27.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1162291280.4900.440.10126.3768.4867.65
Hex74E5803102CA7e4444
Octal1643452006105412176104104
Binary1110100111001011000000011000101011001010111111010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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