Html Css Color HEX #71E086 Pastel Green

📋 copy color: '#71E086'

red 113 ◦ green 224 ◦ blue 134

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

Shades of Pastel Green #71E086

Tints of Pastel Green #71E086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.45%

R = 23.99%
G = 47.56%
B = 28.45%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#71E086 (or 0x71E086) is known color: Pastel Green. HEX triplet: 71, E0 and 86. RGB value is (113,224,134). Sum of RGB (Red+Green+Blue) = 113+224+134=471 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.99% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #71E086 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71E086 is #8E1F79. Grayscale: #B4B4B4. Windows color (decimal): -9314170 or 8839281. OLE color: 8839281.

HSL color Cylindrical-coordinate representation of color #71E086: hue angle of 131.35º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E086 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 224 134 -
CMYK 0.50 0 0.40 0.12
HSL 131.35º 0.64% 0.66% -
HSV(B) 131.35º 0.5% 0.88% -
XYZ 37.77 58.54 31.86 -
YUV 180.55 101.73 79.82 -
System Red Green Blue C M Y K H S L
Decimal 113 224 134 0.50 0 0.40 0.12 131.35 0.64 0.66
Hex 71 E0 86 32 0 28 C 83 40 42
Octal 161 340 206 62 0 50 14 203 100 102
Binary 1110001 11100000 10000110 110010 0 101000 1100 10000011 1000000 1000010

Color Harmonies of #71E086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E086

Black with #71E086

Text Example


Text Example

White with #71E086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,224,134); }

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

background-color css

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

 a { background-color: rgb(113,224,134); }

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

border-color css

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

 span { border-color: rgb(113,224,134); }

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