#74E161

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

Shades of Pastel Green #74E161

Tints of Pastel Green #74E161

Color information

#74E161 (or 0x74E161) is unknown color: approx Pastel Green. HEX triplet: 74, E1 and 61. RGB value is (116,225,97). Sum of RGB (Red+Green+Blue) = 116+225+97=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #74E161 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E161 is #8B1E9E. Grayscale: #B2B2B2. Windows color (decimal): -9117343 or 6414708. OLE color: 6414708.

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

Color convert

RGB11622597-
CMYK0.4800.570.12
HSL111.09º68.09%63.14%-
HSV(B)111.09º56.89%88.24%-
XYZ36.2958.4320.67-
YUV177.8282.3983.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.48%
GREEN value IS 225 (88.28% from 255) = 51.37%
BLUE value IS 97 (38.28% from 255) = 22.15%
R=26.48%
G=51.37%
B=22.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal116225970.4800.570.12111.0968.0963.14
Hex74E16130039C6f443f
Octal164341141600711415710477
Binary11101001110000111000011100000111001110011011111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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