Html Css Color HEX #71E286 Pastel Green

📋 copy color: '#71E286'

red 113 ◦ green 226 ◦ blue 134

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

Shades of Pastel Green #71E286

Tints of Pastel Green #71E286

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.78%

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

R = 23.89%
G = 47.78%
B = 28.33%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#71E286 (or 0x71E286) is known color: Pastel Green. HEX triplet: 71, E2 and 86. RGB value is (113,226,134). Sum of RGB (Red+Green+Blue) = 113+226+134=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 226 (88.67% from 255 or 47.78% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 226 - color contains mainly: green. Hex color #71E286 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71E286 is #8E1D79. Grayscale: #B5B5B5. Windows color (decimal): -9313658 or 8839793. OLE color: 8839793.

HSL color Cylindrical-coordinate representation of color #71E286: hue angle of 131.15º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E286 is Cyan = 0.5, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 113 226 134 -
CMYK 0.5 0 0.41 0.11
HSL 131.15º 0.66% 0.66% -
HSV(B) 131.15º 0.5% 0.89% -
XYZ 38.31 59.62 32.04 -
YUV 181.73 101.06 78.98 -
System Red Green Blue C M Y K H S L
Decimal 113 226 134 0.5 0 0.41 0.11 131.15 0.66 0.66
Hex 71 E2 86 32 0 29 B 83 42 42
Octal 161 342 206 62 0 51 13 203 102 102
Binary 1110001 11100010 10000110 110010 0 101001 1011 10000011 1000010 1000010

Color Harmonies of #71E286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E286

Black with #71E286

Text Example


Text Example

White with #71E286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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