Html Css Color HEX #71D072 Pastel Green

📋 copy color: '#71D072'

red 113 ◦ green 208 ◦ blue 114

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

Shades of Pastel Green #71D072

Tints of Pastel Green #71D072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.21%

R = 25.98%
G = 47.82%
B = 26.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#71D072 (or 0x71D072) is known color: Pastel Green. HEX triplet: 71, D0 and 72. RGB value is (113,208,114). Sum of RGB (Red+Green+Blue) = 113+208+114=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #71D072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D072 is #8E2F8D. Grayscale: #A9A9A9. Windows color (decimal): -9318286 or 7524465. OLE color: 7524465.

HSL color Cylindrical-coordinate representation of color #71D072: hue angle of 120.63º 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 #71D072 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 208 114 -
CMYK 0.46 0 0.45 0.18
HSL 120.63º 0.5% 0.63% -
HSV(B) 120.63º 0.46% 0.82% -
XYZ 32.4 49.84 23.83 -
YUV 168.88 97.03 88.14 -
System Red Green Blue C M Y K H S L
Decimal 113 208 114 0.46 0 0.45 0.18 120.63 0.5 0.63
Hex 71 D0 72 2E 0 2D 12 79 32 3F
Octal 161 320 162 56 0 55 22 171 62 77
Binary 1110001 11010000 1110010 101110 0 101101 10010 1111001 110010 111111

Color Harmonies of #71D072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D072

Black with #71D072

Text Example


Text Example

White with #71D072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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