Html Css Color HEX #71DA8E Pastel Green

📋 copy color: '#71DA8E'

red 113 ◦ green 218 ◦ blue 142

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

Shades of Pastel Green #71DA8E

Tints of Pastel Green #71DA8E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.09%

 BLUE value IS 142 (55.86% from 255) = 30.02%

R = 23.89%
G = 46.09%
B = 30.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#71DA8E (or 0x71DA8E) is known color: Pastel Green. HEX triplet: 71, DA and 8E. RGB value is (113,218,142). Sum of RGB (Red+Green+Blue) = 113+218+142=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #71DA8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DA8E is #8E2571. Grayscale: #B2B2B2. Windows color (decimal): -9315698 or 9362033. OLE color: 9362033.

HSL color Cylindrical-coordinate representation of color #71DA8E: hue angle of 136.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DA8E is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 218 142 -
CMYK 0.48 0 0.35 0.15
HSL 136.57º 0.59% 0.65% -
HSV(B) 136.57º 0.48% 0.85% -
XYZ 36.76 55.61 34.39 -
YUV 177.94 107.71 81.68 -
System Red Green Blue C M Y K H S L
Decimal 113 218 142 0.48 0 0.35 0.15 136.57 0.59 0.65
Hex 71 DA 8E 30 0 23 F 89 3B 41
Octal 161 332 216 60 0 43 17 211 73 101
Binary 1110001 11011010 10001110 110000 0 100011 1111 10001001 111011 1000001

Color Harmonies of #71DA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DA8E

Black with #71DA8E

Text Example


Text Example

White with #71DA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,218,142); }

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

background-color css

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

 a { background-color: rgb(113,218,142); }

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

border-color css

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

 span { border-color: rgb(113,218,142); }

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