Html Css Color HEX #71F17D Pastel Green

📋 copy color: '#71F17D'

red 113 ◦ green 241 ◦ blue 125

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

Shades of Pastel Green #71F17D

Tints of Pastel Green #71F17D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.31%

 BLUE value IS 125 (49.22% from 255) = 26.1%

R = 23.59%
G = 50.31%
B = 26.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#71F17D (or 0x71F17D) is known color: Pastel Green. HEX triplet: 71, F1 and 7D. RGB value is (113,241,125). Sum of RGB (Red+Green+Blue) = 113+241+125=479 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.59% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #71F17D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71F17D is #8E0E82. Grayscale: #BDBDBD. Windows color (decimal): -9309827 or 8253809. OLE color: 8253809.

HSL color Cylindrical-coordinate representation of color #71F17D: hue angle of 125.62º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F17D is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 241 125 -
CMYK 0.53 0 0.48 0.05
HSL 125.63º 0.82% 0.69% -
HSV(B) 125.63º 0.53% 0.95% -
XYZ 41.97 67.9 30.3 -
YUV 189.5 91.59 73.43 -
System Red Green Blue C M Y K H S L
Decimal 113 241 125 0.53 0 0.48 0.05 125.63 0.82 0.69
Hex 71 F1 7D 35 0 30 5 7E 52 45
Octal 161 361 175 65 0 60 5 176 122 105
Binary 1110001 11110001 1111101 110101 0 110000 101 1111110 1010010 1000101

Color Harmonies of #71F17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F17D

Black with #71F17D

Text Example


Text Example

White with #71F17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,241,125); }

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

background-color css

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

 a { background-color: rgb(113,241,125); }

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

border-color css

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

 span { border-color: rgb(113,241,125); }

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