Html Css Color HEX #82EF7F Light Green

📋 copy color: '#82EF7F'

red 130 ◦ green 239 ◦ blue 127

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

Shades of Light Green #82EF7F

Tints of Light Green #82EF7F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.19%

 BLUE value IS 127 (50% from 255) = 25.6%

R = 26.21%
G = 48.19%
B = 25.6%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#82EF7F (or 0x82EF7F) is known color: Light Green. HEX triplet: 82, EF and 7F. RGB value is (130,239,127). Sum of RGB (Red+Green+Blue) = 130+239+127=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #82EF7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82EF7F is #7D1080. Grayscale: #C1C1C1. Windows color (decimal): -8196225 or 8384386. OLE color: 8384386.

HSL color Cylindrical-coordinate representation of color #82EF7F: hue angle of 118.39º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82EF7F is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 239 127 -
CMYK 0.46 0 0.47 0.06
HSL 118.39º 0.78% 0.72% -
HSV(B) 118.39º 0.47% 0.94% -
XYZ 43.9 68.01 30.89 -
YUV 193.64 90.39 82.61 -
System Red Green Blue C M Y K H S L
Decimal 130 239 127 0.46 0 0.47 0.06 118.39 0.78 0.72
Hex 82 EF 7F 2E 0 2F 6 76 4E 48
Octal 202 357 177 56 0 57 6 166 116 110
Binary 10000010 11101111 1111111 101110 0 101111 110 1110110 1001110 1001000

Color Harmonies of #82EF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EF7F

Black with #82EF7F

Text Example


Text Example

White with #82EF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,239,127); }

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

background-color css

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

 a { background-color: rgb(130,239,127); }

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

border-color css

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

 span { border-color: rgb(130,239,127); }

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