Html Css Color HEX #74EF80 Pastel Green

📋 copy color: '#74EF80'

red 116 ◦ green 239 ◦ blue 128

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

Shades of Pastel Green #74EF80

Tints of Pastel Green #74EF80

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.48%

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

R = 24.02%
G = 49.48%
B = 26.5%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#74EF80 (or 0x74EF80) is known color: Pastel Green. HEX triplet: 74, EF and 80. RGB value is (116,239,128). Sum of RGB (Red+Green+Blue) = 116+239+128=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #74EF80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EF80 is #8B107F. Grayscale: #BDBDBD. Windows color (decimal): -9113728 or 8449908. OLE color: 8449908.

HSL color Cylindrical-coordinate representation of color #74EF80: hue angle of 125.85º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EF80 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 239 128 -
CMYK 0.51 0 0.46 0.06
HSL 125.85º 0.79% 0.7% -
HSV(B) 125.85º 0.51% 0.94% -
XYZ 41.97 67 31.14 -
YUV 189.57 93.25 75.53 -
System Red Green Blue C M Y K H S L
Decimal 116 239 128 0.51 0 0.46 0.06 125.85 0.79 0.7
Hex 74 EF 80 33 0 2E 6 7E 4F 46
Octal 164 357 200 63 0 56 6 176 117 106
Binary 1110100 11101111 10000000 110011 0 101110 110 1111110 1001111 1000110

Color Harmonies of #74EF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EF80

Black with #74EF80

Text Example


Text Example

White with #74EF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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