Html Css Color HEX #82FE7C Light Green

📋 copy color: '#82FE7C'

red 130 ◦ green 254 ◦ blue 124

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

Shades of Light Green #82FE7C

Tints of Light Green #82FE7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.41%

R = 25.59%
G = 50%
B = 24.41%

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

#82FE7C (or 0x82FE7C) is known color: Light Green. HEX triplet: 82, FE and 7C. RGB value is (130,254,124). Sum of RGB (Red+Green+Blue) = 130+254+124=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #82FE7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FE7C is #7D0183. Grayscale: #CACACA. Windows color (decimal): -8192388 or 8191618. OLE color: 8191618.

HSL color Cylindrical-coordinate representation of color #82FE7C: hue angle of 117.23º 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 #82FE7C is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 254 124 -
CMYK 0.49 0 0.51 0.00
HSL 117.23º 0.98% 0.74% -
HSV(B) 117.23º 0.51% 1% -
XYZ 48.29 77.08 31.4 -
YUV 202.1 83.92 76.57 -
System Red Green Blue C M Y K H S L
Decimal 130 254 124 0.49 0 0.51 0.00 117.23 0.98 0.74
Hex 82 FE 7C 31 0 33 0 75 62 4A
Octal 202 376 174 61 0 63 0 165 142 112
Binary 10000010 11111110 1111100 110001 0 110011 0 1110101 1100010 1001010

Color Harmonies of #82FE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FE7C

Black with #82FE7C

Text Example


Text Example

White with #82FE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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