Html Css Color HEX #71D575 Pastel Green

📋 copy color: '#71D575'

red 113 ◦ green 213 ◦ blue 117

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

Shades of Pastel Green #71D575

Tints of Pastel Green #71D575

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.08%

 BLUE value IS 117 (46.09% from 255) = 26.41%

R = 25.51%
G = 48.08%
B = 26.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#71D575 (or 0x71D575) is known color: Pastel Green. HEX triplet: 71, D5 and 75. RGB value is (113,213,117). Sum of RGB (Red+Green+Blue) = 113+213+117=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #71D575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D575 is #8E2A8A. Grayscale: #ACACAC. Windows color (decimal): -9317003 or 7722353. OLE color: 7722353.

HSL color Cylindrical-coordinate representation of color #71D575: hue angle of 122.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D575 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 213 117 -
CMYK 0.47 0 0.45 0.16
HSL 122.4º 0.54% 0.64% -
HSV(B) 122.4º 0.47% 0.84% -
XYZ 33.82 52.38 25.16 -
YUV 172.16 96.87 85.81 -
System Red Green Blue C M Y K H S L
Decimal 113 213 117 0.47 0 0.45 0.16 122.4 0.54 0.64
Hex 71 D5 75 2F 0 2D 10 7A 36 40
Octal 161 325 165 57 0 55 20 172 66 100
Binary 1110001 11010101 1110101 101111 0 101101 10000 1111010 110110 1000000

Color Harmonies of #71D575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D575

Black with #71D575

Text Example


Text Example

White with #71D575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,213,117); }

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

background-color css

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

 a { background-color: rgb(113,213,117); }

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

border-color css

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

 span { border-color: rgb(113,213,117); }

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