Html Css Color HEX #71D076 Pastel Green

📋 copy color: '#71D076'

red 113 ◦ green 208 ◦ blue 118

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

Shades of Pastel Green #71D076

Tints of Pastel Green #71D076

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.38%

 BLUE value IS 118 (46.48% from 255) = 26.88%

R = 25.74%
G = 47.38%
B = 26.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#71D076 (or 0x71D076) is known color: Pastel Green. HEX triplet: 71, D0 and 76. RGB value is (113,208,118). Sum of RGB (Red+Green+Blue) = 113+208+118=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #71D076 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D076 is #8E2F89. Grayscale: #A9A9A9. Windows color (decimal): -9318282 or 7786609. OLE color: 7786609.

HSL color Cylindrical-coordinate representation of color #71D076: hue angle of 123.16º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D076 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 208 118 -
CMYK 0.46 0 0.43 0.18
HSL 123.16º 0.5% 0.63% -
HSV(B) 123.16º 0.46% 0.82% -
XYZ 32.64 49.93 25.06 -
YUV 169.34 99.03 87.82 -
System Red Green Blue C M Y K H S L
Decimal 113 208 118 0.46 0 0.43 0.18 123.16 0.5 0.63
Hex 71 D0 76 2E 0 2B 12 7B 32 3F
Octal 161 320 166 56 0 53 22 173 62 77
Binary 1110001 11010000 1110110 101110 0 101011 10010 1111011 110010 111111

Color Harmonies of #71D076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D076

Black with #71D076

Text Example


Text Example

White with #71D076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,208,118); }

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

background-color css

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

 a { background-color: rgb(113,208,118); }

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

border-color css

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

 span { border-color: rgb(113,208,118); }

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