Html Css Color HEX #71DB8A Pastel Green

📋 copy color: '#71DB8A'

red 113 ◦ green 219 ◦ blue 138

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

Shades of Pastel Green #71DB8A

Tints of Pastel Green #71DB8A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.6%

 BLUE value IS 138 (54.3% from 255) = 29.36%

R = 24.04%
G = 46.6%
B = 29.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#71DB8A (or 0x71DB8A) is known color: Pastel Green. HEX triplet: 71, DB and 8A. RGB value is (113,219,138). Sum of RGB (Red+Green+Blue) = 113+219+138=470 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.04% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #71DB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DB8A is #8E2475. Grayscale: #B2B2B2. Windows color (decimal): -9315446 or 9100145. OLE color: 9100145.

HSL color Cylindrical-coordinate representation of color #71DB8A: hue angle of 134.15º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DB8A is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 219 138 -
CMYK 0.48 0 0.37 0.14
HSL 134.15º 0.6% 0.65% -
HSV(B) 134.15º 0.48% 0.86% -
XYZ 36.73 56.01 32.92 -
YUV 178.07 105.38 81.59 -
System Red Green Blue C M Y K H S L
Decimal 113 219 138 0.48 0 0.37 0.14 134.15 0.6 0.65
Hex 71 DB 8A 30 0 25 E 86 3C 41
Octal 161 333 212 60 0 45 16 206 74 101
Binary 1110001 11011011 10001010 110000 0 100101 1110 10000110 111100 1000001

Color Harmonies of #71DB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DB8A

Black with #71DB8A

Text Example


Text Example

White with #71DB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,219,138); }

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

background-color css

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

 a { background-color: rgb(113,219,138); }

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

border-color css

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

 span { border-color: rgb(113,219,138); }

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