Html Css Color HEX #74EA80 Pastel Green

📋 copy color: '#74EA80'

red 116 ◦ green 234 ◦ blue 128

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

Shades of Pastel Green #74EA80

Tints of Pastel Green #74EA80

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.95%

 BLUE value IS 128 (50.39% from 255) = 26.78%

R = 24.27%
G = 48.95%
B = 26.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#74EA80 (or 0x74EA80) is known color: Pastel Green. HEX triplet: 74, EA and 80. RGB value is (116,234,128). Sum of RGB (Red+Green+Blue) = 116+234+128=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #74EA80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EA80 is #8B157F. Grayscale: #BABABA. Windows color (decimal): -9115008 or 8448628. OLE color: 8448628.

HSL color Cylindrical-coordinate representation of color #74EA80: hue angle of 126.1º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74EA80 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 234 128 -
CMYK 0.50 0 0.45 0.08
HSL 126.1º 0.74% 0.69% -
HSV(B) 126.1º 0.5% 0.92% -
XYZ 40.52 64.12 30.66 -
YUV 186.63 94.91 77.62 -
System Red Green Blue C M Y K H S L
Decimal 116 234 128 0.50 0 0.45 0.08 126.1 0.74 0.69
Hex 74 EA 80 32 0 2D 8 7E 4A 45
Octal 164 352 200 62 0 55 10 176 112 105
Binary 1110100 11101010 10000000 110010 0 101101 1000 1111110 1001010 1000101

Color Harmonies of #74EA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EA80

Black with #74EA80

Text Example


Text Example

White with #74EA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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