Html Css Color HEX #71D380 Pastel Green

📋 copy color: '#71D380'

red 113 ◦ green 211 ◦ blue 128

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

Shades of Pastel Green #71D380

Tints of Pastel Green #71D380

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.68%

 BLUE value IS 128 (50.39% from 255) = 28.32%

R = 25%
G = 46.68%
B = 28.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#71D380 (or 0x71D380) is known color: Pastel Green. HEX triplet: 71, D3 and 80. RGB value is (113,211,128). Sum of RGB (Red+Green+Blue) = 113+211+128=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #71D380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D380 is #8E2C7F. Grayscale: #ACACAC. Windows color (decimal): -9317504 or 8442737. OLE color: 8442737.

HSL color Cylindrical-coordinate representation of color #71D380: hue angle of 129.18º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D380 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 113 211 128 -
CMYK 0.46 0 0.39 0.17
HSL 129.18º 0.53% 0.64% -
HSV(B) 129.18º 0.46% 0.83% -
XYZ 34 51.66 28.6 -
YUV 172.24 103.03 85.75 -
System Red Green Blue C M Y K H S L
Decimal 113 211 128 0.46 0 0.39 0.17 129.18 0.53 0.64
Hex 71 D3 80 2E 0 27 11 81 35 40
Octal 161 323 200 56 0 47 21 201 65 100
Binary 1110001 11010011 10000000 101110 0 100111 10001 10000001 110101 1000000

Color Harmonies of #71D380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D380

Black with #71D380

Text Example


Text Example

White with #71D380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,211,128); }

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

background-color css

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

 a { background-color: rgb(113,211,128); }

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

border-color css

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

 span { border-color: rgb(113,211,128); }

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