Html Css Color HEX #71DC61 Pastel Green

📋 copy color: '#71DC61'

red 113 ◦ green 220 ◦ blue 97

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

Shades of Pastel Green #71DC61

Tints of Pastel Green #71DC61

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.16%

 BLUE value IS 97 (38.28% from 255) = 22.56%

R = 26.28%
G = 51.16%
B = 22.56%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#71DC61 (or 0x71DC61) is known color: Pastel Green. HEX triplet: 71, DC and 61. RGB value is (113,220,97). Sum of RGB (Red+Green+Blue) = 113+220+97=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DC61 is #8E239E. Grayscale: #AEAEAE. Windows color (decimal): -9315231 or 6413425. OLE color: 6413425.

HSL color Cylindrical-coordinate representation of color #71DC61: hue angle of 112.2º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71DC61 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 220 97 -
CMYK 0.49 0 0.56 0.14
HSL 112.2º 0.64% 0.62% -
HSV(B) 112.2º 0.56% 0.86% -
XYZ 34.56 55.56 20.21 -
YUV 173.99 84.55 84.5 -
System Red Green Blue C M Y K H S L
Decimal 113 220 97 0.49 0 0.56 0.14 112.2 0.64 0.62
Hex 71 DC 61 31 0 38 E 70 40 3E
Octal 161 334 141 61 0 70 16 160 100 76
Binary 1110001 11011100 1100001 110001 0 111000 1110 1110000 1000000 111110

Color Harmonies of #71DC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DC61

Black with #71DC61

Text Example


Text Example

White with #71DC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,220,97); }

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

background-color css

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

 a { background-color: rgb(113,220,97); }

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

border-color css

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

 span { border-color: rgb(113,220,97); }

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