Html Css Color HEX #82F77D Light Green

📋 copy color: '#82F77D'

red 130 ◦ green 247 ◦ blue 125

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

Shades of Light Green #82F77D

Tints of Light Green #82F77D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.9%

R = 25.9%
G = 49.2%
B = 24.9%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#82F77D (or 0x82F77D) is known color: Light Green. HEX triplet: 82, F7 and 7D. RGB value is (130,247,125). Sum of RGB (Red+Green+Blue) = 130+247+125=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #82F77D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F77D is #7D0882. Grayscale: #C6C6C6. Windows color (decimal): -8194179 or 8255362. OLE color: 8255362.

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

Color convert

RGB 130 247 125 -
CMYK 0.47 0 0.49 0.03
HSL 117.54º 0.88% 0.73% -
HSV(B) 117.54º 0.49% 0.97% -
XYZ 46.17 72.75 31.01 -
YUV 198.11 86.74 79.42 -
System Red Green Blue C M Y K H S L
Decimal 130 247 125 0.47 0 0.49 0.03 117.54 0.88 0.73
Hex 82 F7 7D 2F 0 31 3 76 58 49
Octal 202 367 175 57 0 61 3 166 130 111
Binary 10000010 11110111 1111101 101111 0 110001 11 1110110 1011000 1001001

Color Harmonies of #82F77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F77D

Black with #82F77D

Text Example


Text Example

White with #82F77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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