Html Css Color HEX #82F571 Pastel Green

📋 copy color: '#82F571'

red 130 ◦ green 245 ◦ blue 113

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

Shades of Pastel Green #82F571

Tints of Pastel Green #82F571

RGB

 RED value IS 130 (51.17% from 255) = 26.64%

 GREEN value IS 245 (96.09% from 255) = 50.2%

 BLUE value IS 113 (44.53% from 255) = 23.16%

R = 26.64%
G = 50.2%
B = 23.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#82F571 (or 0x82F571) is known color: Pastel Green. HEX triplet: 82, F5 and 71. RGB value is (130,245,113). Sum of RGB (Red+Green+Blue) = 130+245+113=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #82F571 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F571 is #7D0A8E. Grayscale: #C3C3C3. Windows color (decimal): -8194703 or 7468418. OLE color: 7468418.

HSL color Cylindrical-coordinate representation of color #82F571: hue angle of 112.27º degrees, saturation: 0.87, 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 #82F571 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 130 245 113 -
CMYK 0.47 0 0.54 0.04
HSL 112.27º 0.87% 0.7% -
HSV(B) 112.27º 0.54% 0.96% -
XYZ 44.84 71.24 27.01 -
YUV 195.57 81.4 81.23 -
System Red Green Blue C M Y K H S L
Decimal 130 245 113 0.47 0 0.54 0.04 112.27 0.87 0.7
Hex 82 F5 71 2F 0 36 4 70 57 46
Octal 202 365 161 57 0 66 4 160 127 106
Binary 10000010 11110101 1110001 101111 0 110110 100 1110000 1010111 1000110

Color Harmonies of #82F571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F571

Black with #82F571

Text Example


Text Example

White with #82F571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82F571; }

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

 H1.HeaderClassName
 {
   color: #82F571;
 }
 .AnyTagClassName
 {
   color: #82F571;
 }
</style>

background-color css

<style>
 a { background-color: #82F571; }

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

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

border-color css

<style>
 span { border-color: #82F571; }

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

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