Html Css Color HEX #71D96A Pastel Green

📋 copy color: '#71D96A'

red 113 ◦ green 217 ◦ blue 106

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

Shades of Pastel Green #71D96A

Tints of Pastel Green #71D96A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.77%

 BLUE value IS 106 (41.8% from 255) = 24.31%

R = 25.92%
G = 49.77%
B = 24.31%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#71D96A (or 0x71D96A) is known color: Pastel Green. HEX triplet: 71, D9 and 6A. RGB value is (113,217,106). Sum of RGB (Red+Green+Blue) = 113+217+106=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #71D96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D96A is #8E2695. Grayscale: #ADADAD. Windows color (decimal): -9315990 or 7002481. OLE color: 7002481.

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

Color convert

RGB 113 217 106 -
CMYK 0.48 0 0.51 0.15
HSL 116.22º 0.59% 0.63% -
HSV(B) 116.22º 0.51% 0.85% -
XYZ 34.22 54.18 22.29 -
YUV 173.25 90.04 85.03 -
System Red Green Blue C M Y K H S L
Decimal 113 217 106 0.48 0 0.51 0.15 116.22 0.59 0.63
Hex 71 D9 6A 30 0 33 F 74 3B 3F
Octal 161 331 152 60 0 63 17 164 73 77
Binary 1110001 11011001 1101010 110000 0 110011 1111 1110100 111011 111111

Color Harmonies of #71D96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D96A

Black with #71D96A

Text Example


Text Example

White with #71D96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,217,106); }

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

background-color css

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

 a { background-color: rgb(113,217,106); }

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

border-color css

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

 span { border-color: rgb(113,217,106); }

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