#74E158

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

Shades of Pastel Green #74E158

Tints of Pastel Green #74E158

Color information

#74E158 (or 0x74E158) is unknown color: approx Pastel Green. HEX triplet: 74, E1 and 58. RGB value is (116,225,88). Sum of RGB (Red+Green+Blue) = 116+225+88=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #74E158 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E158 is #8B1EA7. Grayscale: #B1B1B1. Windows color (decimal): -9117352 or 5824884. OLE color: 5824884.

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

Color convert

RGB11622588-
CMYK0.4800.610.12
HSL107.74º69.54%61.37%-
HSV(B)107.74º60.89%88.24%-
XYZ35.8958.2718.59-
YUV176.7977.8984.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.04%
GREEN value IS 225 (88.28% from 255) = 52.45%
BLUE value IS 88 (34.77% from 255) = 20.51%
R=27.04%
G=52.45%
B=20.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal116225880.4800.610.12107.7469.5461.37
Hex74E1583003DC6c463d
Octal164341130600751415410675
Binary11101001110000110110001100000111101110011011001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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