Html Css Color HEX #71F08C Pastel Green

📋 copy color: '#71F08C'

red 113 ◦ green 240 ◦ blue 140

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

Shades of Pastel Green #71F08C

Tints of Pastel Green #71F08C

RGB

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

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

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

R = 22.92%
G = 48.68%
B = 28.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#71F08C (or 0x71F08C) is known color: Pastel Green. HEX triplet: 71, F0 and 8C. RGB value is (113,240,140). Sum of RGB (Red+Green+Blue) = 113+240+140=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #71F08C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71F08C is #8E0F73. Grayscale: #BEBEBE. Windows color (decimal): -9310068 or 9236593. OLE color: 9236593.

HSL color Cylindrical-coordinate representation of color #71F08C: hue angle of 132.76º 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 #71F08C is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 240 140 -
CMYK 0.53 0 0.42 0.06
HSL 132.76º 0.81% 0.69% -
HSV(B) 132.76º 0.53% 0.94% -
XYZ 42.7 67.72 35.63 -
YUV 190.63 99.42 72.63 -
System Red Green Blue C M Y K H S L
Decimal 113 240 140 0.53 0 0.42 0.06 132.76 0.81 0.69
Hex 71 F0 8C 35 0 2A 6 85 51 45
Octal 161 360 214 65 0 52 6 205 121 105
Binary 1110001 11110000 10001100 110101 0 101010 110 10000101 1010001 1000101

Color Harmonies of #71F08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F08C

Black with #71F08C

Text Example


Text Example

White with #71F08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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