Html Css Color HEX #82FD7A Light Green

📋 copy color: '#82FD7A'

red 130 ◦ green 253 ◦ blue 122

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

Shades of Light Green #82FD7A

Tints of Light Green #82FD7A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.1%

 BLUE value IS 122 (48.05% from 255) = 24.16%

R = 25.74%
G = 50.1%
B = 24.16%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#82FD7A (or 0x82FD7A) is known color: Light Green. HEX triplet: 82, FD and 7A. RGB value is (130,253,122). Sum of RGB (Red+Green+Blue) = 130+253+122=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #82FD7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82FD7A is #7D0285. Grayscale: #C9C9C9. Windows color (decimal): -8192646 or 8060290. OLE color: 8060290.

HSL color Cylindrical-coordinate representation of color #82FD7A: hue angle of 116.34º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82FD7A is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 253 122 -
CMYK 0.49 0 0.52 0.01
HSL 116.34º 0.97% 0.74% -
HSV(B) 116.34º 0.52% 0.99% -
XYZ 47.84 76.4 30.64 -
YUV 201.29 83.25 77.15 -
System Red Green Blue C M Y K H S L
Decimal 130 253 122 0.49 0 0.52 0.01 116.34 0.97 0.74
Hex 82 FD 7A 31 0 34 1 74 61 4A
Octal 202 375 172 61 0 64 1 164 141 112
Binary 10000010 11111101 1111010 110001 0 110100 1 1110100 1100001 1001010

Color Harmonies of #82FD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FD7A

Black with #82FD7A

Text Example


Text Example

White with #82FD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,253,122); }

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

background-color css

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

 a { background-color: rgb(130,253,122); }

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

border-color css

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

 span { border-color: rgb(130,253,122); }

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