Html Css Color HEX #71F08D Pastel Green

📋 copy color: '#71F08D'

red 113 ◦ green 240 ◦ blue 141

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

Shades of Pastel Green #71F08D

Tints of Pastel Green #71F08D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.58%

 BLUE value IS 141 (55.47% from 255) = 28.54%

R = 22.87%
G = 48.58%
B = 28.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#71F08D (or 0x71F08D) is known color: Pastel Green. HEX triplet: 71, F0 and 8D. RGB value is (113,240,141). Sum of RGB (Red+Green+Blue) = 113+240+141=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #71F08D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71F08D is #8E0F72. Grayscale: #BFBFBF. Windows color (decimal): -9310067 or 9302129. OLE color: 9302129.

HSL color Cylindrical-coordinate representation of color #71F08D: hue angle of 133.23º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F08D is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 240 141 -
CMYK 0.53 0 0.41 0.06
HSL 133.23º 0.81% 0.69% -
HSV(B) 133.23º 0.53% 0.94% -
XYZ 42.78 67.75 36.02 -
YUV 190.74 99.92 72.55 -
System Red Green Blue C M Y K H S L
Decimal 113 240 141 0.53 0 0.41 0.06 133.23 0.81 0.69
Hex 71 F0 8D 35 0 29 6 85 51 45
Octal 161 360 215 65 0 51 6 205 121 105
Binary 1110001 11110000 10001101 110101 0 101001 110 10000101 1010001 1000101

Color Harmonies of #71F08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F08D

Black with #71F08D

Text Example


Text Example

White with #71F08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,240,141); }

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

background-color css

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

 a { background-color: rgb(113,240,141); }

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

border-color css

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

 span { border-color: rgb(113,240,141); }

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