Html Css Color HEX #71DB7F Pastel Green

📋 copy color: '#71DB7F'

red 113 ◦ green 219 ◦ blue 127

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

Shades of Pastel Green #71DB7F

Tints of Pastel Green #71DB7F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.71%

 BLUE value IS 127 (50% from 255) = 27.67%

R = 24.62%
G = 47.71%
B = 27.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#71DB7F (or 0x71DB7F) is known color: Pastel Green. HEX triplet: 71, DB and 7F. RGB value is (113,219,127). Sum of RGB (Red+Green+Blue) = 113+219+127=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #71DB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DB7F is #8E2480. Grayscale: #B1B1B1. Windows color (decimal): -9315457 or 8379249. OLE color: 8379249.

HSL color Cylindrical-coordinate representation of color #71DB7F: hue angle of 127.92º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DB7F is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 219 127 -
CMYK 0.48 0 0.42 0.14
HSL 127.92º 0.6% 0.65% -
HSV(B) 127.92º 0.48% 0.86% -
XYZ 35.97 55.71 28.94 -
YUV 176.82 99.88 82.48 -
System Red Green Blue C M Y K H S L
Decimal 113 219 127 0.48 0 0.42 0.14 127.92 0.6 0.65
Hex 71 DB 7F 30 0 2A E 80 3C 41
Octal 161 333 177 60 0 52 16 200 74 101
Binary 1110001 11011011 1111111 110000 0 101010 1110 10000000 111100 1000001

Color Harmonies of #71DB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DB7F

Black with #71DB7F

Text Example


Text Example

White with #71DB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,219,127); }

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

background-color css

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

 a { background-color: rgb(113,219,127); }

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

border-color css

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

 span { border-color: rgb(113,219,127); }

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