Html Css Color HEX #7AED71 Pastel Green

📋 copy color: '#7AED71'

red 122 ◦ green 237 ◦ blue 113

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

Shades of Pastel Green #7AED71

Tints of Pastel Green #7AED71

RGB

 RED value IS 122 (48.05% from 255) = 25.85%

 GREEN value IS 237 (92.97% from 255) = 50.21%

 BLUE value IS 113 (44.53% from 255) = 23.94%

R = 25.85%
G = 50.21%
B = 23.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#7AED71 (or 0x7AED71) is known color: Pastel Green. HEX triplet: 7A, ED and 71. RGB value is (122,237,113). Sum of RGB (Red+Green+Blue) = 122+237+113=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #7AED71 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AED71 is #85128E. Grayscale: #BCBCBC. Windows color (decimal): -8721039 or 7466362. OLE color: 7466362.

HSL color Cylindrical-coordinate representation of color #7AED71: hue angle of 115.65º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AED71 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 237 113 -
CMYK 0.49 0 0.52 0.07
HSL 115.65º 0.78% 0.69% -
HSV(B) 115.65º 0.52% 0.93% -
XYZ 41.29 65.9 26.17 -
YUV 188.48 85.4 80.58 -
System Red Green Blue C M Y K H S L
Decimal 122 237 113 0.49 0 0.52 0.07 115.65 0.78 0.69
Hex 7A ED 71 31 0 34 7 74 4E 45
Octal 172 355 161 61 0 64 7 164 116 105
Binary 1111010 11101101 1110001 110001 0 110100 111 1110100 1001110 1000101

Color Harmonies of #7AED71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AED71

Black with #7AED71

Text Example


Text Example

White with #7AED71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AED71; }

 p { color: rgb(122,237,113); }

 H1.HeaderClassName
 {
   color: #7AED71;
 }
 .AnyTagClassName
 {
   color: #7AED71;
 }
</style>

background-color css

<style>
 a { background-color: #7AED71; }

 a { background-color: rgb(122,237,113); }

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

border-color css

<style>
 span { border-color: #7AED71; }

 span { border-color: rgb(122,237,113); }

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