Html Css Color HEX #82ED8F Light Green

📋 copy color: '#82ED8F'

red 130 ◦ green 237 ◦ blue 143

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

Shades of Light Green #82ED8F

Tints of Light Green #82ED8F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.47%

 BLUE value IS 143 (56.25% from 255) = 28.04%

R = 25.49%
G = 46.47%
B = 28.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#82ED8F (or 0x82ED8F) is known color: Light Green. HEX triplet: 82, ED and 8F. RGB value is (130,237,143). Sum of RGB (Red+Green+Blue) = 130+237+143=510 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.49% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #82ED8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82ED8F is #7D1270. Grayscale: #C2C2C2. Windows color (decimal): -8196721 or 9432450. OLE color: 9432450.

HSL color Cylindrical-coordinate representation of color #82ED8F: hue angle of 127.29º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82ED8F is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 237 143 -
CMYK 0.45 0 0.40 0.07
HSL 127.29º 0.75% 0.72% -
HSV(B) 127.29º 0.45% 0.93% -
XYZ 44.45 67.3 36.63 -
YUV 194.29 99.05 82.14 -
System Red Green Blue C M Y K H S L
Decimal 130 237 143 0.45 0 0.40 0.07 127.29 0.75 0.72
Hex 82 ED 8F 2D 0 28 7 7F 4B 48
Octal 202 355 217 55 0 50 7 177 113 110
Binary 10000010 11101101 10001111 101101 0 101000 111 1111111 1001011 1001000

Color Harmonies of #82ED8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ED8F

Black with #82ED8F

Text Example


Text Example

White with #82ED8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,237,143); }

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

background-color css

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

 a { background-color: rgb(130,237,143); }

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

border-color css

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

 span { border-color: rgb(130,237,143); }

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