Html Css Color HEX #82F773 Pastel Green

📋 copy color: '#82F773'

red 130 ◦ green 247 ◦ blue 115

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

Shades of Pastel Green #82F773

Tints of Pastel Green #82F773

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.2%

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

R = 26.42%
G = 50.2%
B = 23.37%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#82F773 (or 0x82F773) is known color: Pastel Green. HEX triplet: 82, F7 and 73. RGB value is (130,247,115). Sum of RGB (Red+Green+Blue) = 130+247+115=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 247 (96.88% from 255 or 50.20% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 247 - color contains mainly: green. Hex color #82F773 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F773 is #7D088C. Grayscale: #C5C5C5. Windows color (decimal): -8194189 or 7600002. OLE color: 7600002.

HSL color Cylindrical-coordinate representation of color #82F773: hue angle of 113.18º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82F773 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 130 247 115 -
CMYK 0.47 0 0.53 0.03
HSL 113.18º 0.89% 0.71% -
HSV(B) 113.18º 0.53% 0.97% -
XYZ 45.56 72.51 27.81 -
YUV 196.97 81.74 80.23 -
System Red Green Blue C M Y K H S L
Decimal 130 247 115 0.47 0 0.53 0.03 113.18 0.89 0.71
Hex 82 F7 73 2F 0 35 3 71 59 47
Octal 202 367 163 57 0 65 3 161 131 107
Binary 10000010 11110111 1110011 101111 0 110101 11 1110001 1011001 1000111

Color Harmonies of #82F773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F773

Black with #82F773

Text Example


Text Example

White with #82F773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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