Html Css Color HEX #71DA8C Pastel Green

📋 copy color: '#71DA8C'

red 113 ◦ green 218 ◦ blue 140

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

Shades of Pastel Green #71DA8C

Tints of Pastel Green #71DA8C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.28%

 BLUE value IS 140 (55.08% from 255) = 29.72%

R = 23.99%
G = 46.28%
B = 29.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#71DA8C (or 0x71DA8C) is known color: Pastel Green. HEX triplet: 71, DA and 8C. RGB value is (113,218,140). Sum of RGB (Red+Green+Blue) = 113+218+140=471 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.99% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #71DA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DA8C is #8E2573. Grayscale: #B1B1B1. Windows color (decimal): -9315700 or 9230961. OLE color: 9230961.

HSL color Cylindrical-coordinate representation of color #71DA8C: hue angle of 135.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DA8C is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 218 140 -
CMYK 0.48 0 0.36 0.15
HSL 135.43º 0.59% 0.65% -
HSV(B) 135.43º 0.48% 0.85% -
XYZ 36.62 55.55 33.6 -
YUV 177.71 106.71 81.84 -
System Red Green Blue C M Y K H S L
Decimal 113 218 140 0.48 0 0.36 0.15 135.43 0.59 0.65
Hex 71 DA 8C 30 0 24 F 87 3B 41
Octal 161 332 214 60 0 44 17 207 73 101
Binary 1110001 11011010 10001100 110000 0 100100 1111 10000111 111011 1000001

Color Harmonies of #71DA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DA8C

Black with #71DA8C

Text Example


Text Example

White with #71DA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,218,140); }

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

background-color css

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

 a { background-color: rgb(113,218,140); }

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

border-color css

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

 span { border-color: rgb(113,218,140); }

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