Html Css Color HEX #71F482 Pastel Green

📋 copy color: '#71F482'

red 113 ◦ green 244 ◦ blue 130

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

Shades of Pastel Green #71F482

Tints of Pastel Green #71F482

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.1%

 BLUE value IS 130 (51.17% from 255) = 26.69%

R = 23.2%
G = 50.1%
B = 26.69%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#71F482 (or 0x71F482) is known color: Pastel Green. HEX triplet: 71, F4 and 82. RGB value is (113,244,130). Sum of RGB (Red+Green+Blue) = 113+244+130=487 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.20% from 487); Green value is 244 (95.70% from 255 or 50.10% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 244 - color contains mainly: green. Hex color #71F482 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71F482 is #8E0B7D. Grayscale: #C0C0C0. Windows color (decimal): -9309054 or 8582257. OLE color: 8582257.

HSL color Cylindrical-coordinate representation of color #71F482: hue angle of 127.79º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71F482 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 113 244 130 -
CMYK 0.54 0 0.47 0.04
HSL 127.79º 0.86% 0.7% -
HSV(B) 127.79º 0.54% 0.96% -
XYZ 43.19 69.82 32.32 -
YUV 191.84 93.1 71.77 -
System Red Green Blue C M Y K H S L
Decimal 113 244 130 0.54 0 0.47 0.04 127.79 0.86 0.7
Hex 71 F4 82 36 0 2F 4 80 56 46
Octal 161 364 202 66 0 57 4 200 126 106
Binary 1110001 11110100 10000010 110110 0 101111 100 10000000 1010110 1000110

Color Harmonies of #71F482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F482

Black with #71F482

Text Example


Text Example

White with #71F482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,244,130); }

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

background-color css

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

 a { background-color: rgb(113,244,130); }

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

border-color css

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

 span { border-color: rgb(113,244,130); }

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