Html Css Color HEX #82FE7D Light Green

📋 copy color: '#82FE7D'

red 130 ◦ green 254 ◦ blue 125

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

Shades of Light Green #82FE7D

Tints of Light Green #82FE7D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.9%

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

R = 25.54%
G = 49.9%
B = 24.56%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#82FE7D (or 0x82FE7D) is known color: Light Green. HEX triplet: 82, FE and 7D. RGB value is (130,254,125). Sum of RGB (Red+Green+Blue) = 130+254+125=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #82FE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FE7D is #7D0182. Grayscale: #CACACA. Windows color (decimal): -8192387 or 8257154. OLE color: 8257154.

HSL color Cylindrical-coordinate representation of color #82FE7D: hue angle of 117.67º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82FE7D is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 254 125 -
CMYK 0.49 0 0.51 0.00
HSL 117.67º 0.98% 0.74% -
HSV(B) 117.67º 0.51% 1% -
XYZ 48.35 77.11 31.74 -
YUV 202.22 84.42 76.49 -
System Red Green Blue C M Y K H S L
Decimal 130 254 125 0.49 0 0.51 0.00 117.67 0.98 0.74
Hex 82 FE 7D 31 0 33 0 76 62 4A
Octal 202 376 175 61 0 63 0 166 142 112
Binary 10000010 11111110 1111101 110001 0 110011 0 1110110 1100010 1001010

Color Harmonies of #82FE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FE7D

Black with #82FE7D

Text Example


Text Example

White with #82FE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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