Html Css Color HEX #82FA7D Light Green

📋 copy color: '#82FA7D'

red 130 ◦ green 250 ◦ blue 125

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

Shades of Light Green #82FA7D

Tints of Light Green #82FA7D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.5%

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

R = 25.74%
G = 49.5%
B = 24.75%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#82FA7D (or 0x82FA7D) is known color: Light Green. HEX triplet: 82, FA and 7D. RGB value is (130,250,125). Sum of RGB (Red+Green+Blue) = 130+250+125=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #82FA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FA7D is #7D0582. Grayscale: #C8C8C8. Windows color (decimal): -8193411 or 8256130. OLE color: 8256130.

HSL color Cylindrical-coordinate representation of color #82FA7D: hue angle of 117.6º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82FA7D is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 250 125 -
CMYK 0.48 0 0.50 0.02
HSL 117.6º 0.93% 0.74% -
HSV(B) 117.6º 0.5% 0.98% -
XYZ 47.09 74.6 31.32 -
YUV 199.87 85.74 78.16 -
System Red Green Blue C M Y K H S L
Decimal 130 250 125 0.48 0 0.50 0.02 117.6 0.93 0.74
Hex 82 FA 7D 30 0 32 2 76 5D 4A
Octal 202 372 175 60 0 62 2 166 135 112
Binary 10000010 11111010 1111101 110000 0 110010 10 1110110 1011101 1001010

Color Harmonies of #82FA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FA7D

Black with #82FA7D

Text Example


Text Example

White with #82FA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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