#74EA6B

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

Shades of Pastel Green #74EA6B

Tints of Pastel Green #74EA6B

Color information

#74EA6B (or 0x74EA6B) is unknown color: approx Pastel Green. HEX triplet: 74, EA and 6B. RGB value is (116,234,107). Sum of RGB (Red+Green+Blue) = 116+234+107=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #74EA6B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74EA6B is #8B1594. Grayscale: #B8B8B8. Windows color (decimal): -9115029 or 7072372. OLE color: 7072372.

HSL color Cylindrical-coordinate representation of color #74EA6B: hue angle of 115.75º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74EA6B is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB116234107-
CMYK0.5000.540.08
HSL115.75º75.15%66.86%-
HSV(B)115.75º54.27%91.76%-
XYZ39.2863.6224.12-
YUV184.2484.4179.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.38%
GREEN value IS 234 (91.80% from 255) = 51.20%
BLUE value IS 107 (42.19% from 255) = 23.41%
R=25.38%
G=51.20%
B=23.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1162341070.5000.540.08115.7575.1566.86
Hex74EA6B320368744b43
Octal1643521536206610164113103
Binary111010011101010110101111001001101101000111010010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74EA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,234,107); }

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

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

 a { background-color: rgb(116,234,107); }

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

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

 span { border-color: rgb(116,234,107); }

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