Html Css Color HEX #71ED80 Pastel Green

📋 copy color: '#71ED80'

red 113 ◦ green 237 ◦ blue 128

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

Shades of Pastel Green #71ED80

Tints of Pastel Green #71ED80

RGB

 RED value IS 113 (44.53% from 255) = 23.64%

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

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

R = 23.64%
G = 49.58%
B = 26.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#71ED80 (or 0x71ED80) is known color: Pastel Green. HEX triplet: 71, ED and 80. RGB value is (113,237,128). Sum of RGB (Red+Green+Blue) = 113+237+128=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #71ED80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71ED80 is #8E127F. Grayscale: #BBBBBB. Windows color (decimal): -9310848 or 8449393. OLE color: 8449393.

HSL color Cylindrical-coordinate representation of color #71ED80: hue angle of 127.26º 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 #71ED80 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 237 128 -
CMYK 0.52 0 0.46 0.07
HSL 127.26º 0.78% 0.69% -
HSV(B) 127.26º 0.52% 0.93% -
XYZ 40.99 65.64 30.93 -
YUV 187.5 94.42 74.86 -
System Red Green Blue C M Y K H S L
Decimal 113 237 128 0.52 0 0.46 0.07 127.26 0.78 0.69
Hex 71 ED 80 34 0 2E 7 7F 4E 45
Octal 161 355 200 64 0 56 7 177 116 105
Binary 1110001 11101101 10000000 110100 0 101110 111 1111111 1001110 1000101

Color Harmonies of #71ED80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ED80

Black with #71ED80

Text Example


Text Example

White with #71ED80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71ED80; }

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

 H1.HeaderClassName
 {
   color: #71ED80;
 }
 .AnyTagClassName
 {
   color: #71ED80;
 }
</style>

background-color css

<style>
 a { background-color: #71ED80; }

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

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

border-color css

<style>
 span { border-color: #71ED80; }

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

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