Html Css Color HEX #71DB81 Pastel Green

📋 copy color: '#71DB81'

red 113 ◦ green 219 ◦ blue 129

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

Shades of Pastel Green #71DB81

Tints of Pastel Green #71DB81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.98%

R = 24.51%
G = 47.51%
B = 27.98%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#71DB81 (or 0x71DB81) is known color: Pastel Green. HEX triplet: 71, DB and 81. RGB value is (113,219,129). Sum of RGB (Red+Green+Blue) = 113+219+129=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #71DB81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DB81 is #8E247E. Grayscale: #B1B1B1. Windows color (decimal): -9315455 or 8510321. OLE color: 8510321.

HSL color Cylindrical-coordinate representation of color #71DB81: hue angle of 129.06º 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 #71DB81 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 219 129 -
CMYK 0.48 0 0.41 0.14
HSL 129.06º 0.6% 0.65% -
HSV(B) 129.06º 0.48% 0.86% -
XYZ 36.1 55.76 29.63 -
YUV 177.05 100.88 82.32 -
System Red Green Blue C M Y K H S L
Decimal 113 219 129 0.48 0 0.41 0.14 129.06 0.6 0.65
Hex 71 DB 81 30 0 29 E 81 3C 41
Octal 161 333 201 60 0 51 16 201 74 101
Binary 1110001 11011011 10000001 110000 0 101001 1110 10000001 111100 1000001

Color Harmonies of #71DB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DB81

Black with #71DB81

Text Example


Text Example

White with #71DB81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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