Html Css Color HEX #74E091 Pastel Green

📋 copy color: '#74E091'

red 116 ◦ green 224 ◦ blue 145

#74E091
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #74E091

Tints of Pastel Green #74E091

RGB

 RED value IS 116 (45.7% from 255) = 23.92%

 GREEN value IS 224 (87.89% from 255) = 46.19%

 BLUE value IS 145 (57.03% from 255) = 29.9%

R = 23.92%
G = 46.19%
B = 29.9%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#74E091 (or 0x74E091) is known color: Pastel Green. HEX triplet: 74, E0 and 91. RGB value is (116,224,145). Sum of RGB (Red+Green+Blue) = 116+224+145=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #74E091 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E091 is #8B1F6E. Grayscale: #B6B6B6. Windows color (decimal): -9117551 or 9560180. OLE color: 9560180.

HSL color Cylindrical-coordinate representation of color #74E091: hue angle of 136.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 #74E091 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 224 145 -
CMYK 0.48 0 0.35 0.12
HSL 136.11º 0.64% 0.67% -
HSV(B) 136.11º 0.48% 0.88% -
XYZ 38.97 59.07 36.14 -
YUV 182.7 106.72 80.42 -
System Red Green Blue C M Y K H S L
Decimal 116 224 145 0.48 0 0.35 0.12 136.11 0.64 0.67
Hex 74 E0 91 30 0 23 C 88 40 43
Octal 164 340 221 60 0 43 14 210 100 103
Binary 1110100 11100000 10010001 110000 0 100011 1100 10001000 1000000 1000011

Color Harmonies of #74E091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E091

Black with #74E091

Text Example


Text Example

White with #74E091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,224,145); }

 H1.HeaderClassName
 {
   color: #74E091;
 }
 .AnyTagClassName
 {
   color: #74E091;
 }
</style>

background-color css

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

 a { background-color: rgb(116,224,145); }

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

border-color css

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

 span { border-color: rgb(116,224,145); }

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