Html Css Color HEX #71DB74 Pastel Green

📋 copy color: '#71DB74'

red 113 ◦ green 219 ◦ blue 116

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

Shades of Pastel Green #71DB74

Tints of Pastel Green #71DB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.89%

R = 25.22%
G = 48.88%
B = 25.89%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#71DB74 (or 0x71DB74) is known color: Pastel Green. HEX triplet: 71, DB and 74. RGB value is (113,219,116). Sum of RGB (Red+Green+Blue) = 113+219+116=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #71DB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DB74 is #8E248B. Grayscale: #AFAFAF. Windows color (decimal): -9315468 or 7658353. OLE color: 7658353.

HSL color Cylindrical-coordinate representation of color #71DB74: hue angle of 121.7º 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 #71DB74 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 219 116 -
CMYK 0.48 0 0.47 0.14
HSL 121.7º 0.6% 0.65% -
HSV(B) 121.7º 0.48% 0.86% -
XYZ 35.29 55.43 25.36 -
YUV 175.56 94.38 83.38 -
System Red Green Blue C M Y K H S L
Decimal 113 219 116 0.48 0 0.47 0.14 121.7 0.6 0.65
Hex 71 DB 74 30 0 2F E 7A 3C 41
Octal 161 333 164 60 0 57 16 172 74 101
Binary 1110001 11011011 1110100 110000 0 101111 1110 1111010 111100 1000001

Color Harmonies of #71DB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DB74

Black with #71DB74

Text Example


Text Example

White with #71DB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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