Html Css Color HEX #82F073 Pastel Green

📋 copy color: '#82F073'

red 130 ◦ green 240 ◦ blue 115

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

Shades of Pastel Green #82F073

Tints of Pastel Green #82F073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.71%

R = 26.8%
G = 49.48%
B = 23.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#82F073 (or 0x82F073) is known color: Pastel Green. HEX triplet: 82, F0 and 73. RGB value is (130,240,115). Sum of RGB (Red+Green+Blue) = 130+240+115=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #82F073 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F073 is #7D0F8C. Grayscale: #C1C1C1. Windows color (decimal): -8195981 or 7598210. OLE color: 7598210.

HSL color Cylindrical-coordinate representation of color #82F073: hue angle of 112.8º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82F073 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 240 115 -
CMYK 0.46 0 0.52 0.06
HSL 112.8º 0.81% 0.7% -
HSV(B) 112.8º 0.52% 0.94% -
XYZ 43.46 68.3 27.11 -
YUV 192.86 84.06 83.16 -
System Red Green Blue C M Y K H S L
Decimal 130 240 115 0.46 0 0.52 0.06 112.8 0.81 0.7
Hex 82 F0 73 2E 0 34 6 71 51 46
Octal 202 360 163 56 0 64 6 161 121 106
Binary 10000010 11110000 1110011 101110 0 110100 110 1110001 1010001 1000110

Color Harmonies of #82F073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F073

Black with #82F073

Text Example


Text Example

White with #82F073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,240,115); }

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

background-color css

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

 a { background-color: rgb(130,240,115); }

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

border-color css

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

 span { border-color: rgb(130,240,115); }

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