#74e18a

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

Shades of Pastel Green #74E18A

Tints of Pastel Green #74E18A

Color information

#74E18A (or 0x74E18A) is unknown color: approx Pastel Green. HEX triplet: 74, E1 and 8A. RGB value is (116,225,138). Sum of RGB (Red+Green+Blue) = 116+225+138=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #74E18A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E18A is #8B1E75. Grayscale: #B6B6B6. Windows color (decimal): -9117302 or 9101684. OLE color: 9101684.

HSL color Cylindrical-coordinate representation of color #74E18A: hue angle of 132.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74E18A is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB116225138-
CMYK0.4800.390.12
HSL132.11º64.5%66.86%-
HSV(B)132.11º48.44%88.24%-
XYZ38.7259.433.47-
YUV182.49102.8980.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.22%
GREEN value IS 225 (88.28% from 255) = 46.97%
BLUE value IS 138 (54.30% from 255) = 28.81%
R=24.22%
G=46.97%
B=28.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1162251380.4800.390.12132.1164.566.86
Hex74E18A30027C844043
Octal1643412126004714204100103
Binary11101001110000110001010110000010011111001000010010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74e18a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,225,138); }

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

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

 a { background-color: rgb(116,225,138); }

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

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

 span { border-color: rgb(116,225,138); }

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