Html Css Color HEX #82EF8C Light Green

📋 copy color: '#82EF8C'

red 130 ◦ green 239 ◦ blue 140

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

Shades of Light Green #82EF8C

Tints of Light Green #82EF8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.5%

R = 25.54%
G = 46.95%
B = 27.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#82EF8C (or 0x82EF8C) is known color: Light Green. HEX triplet: 82, EF and 8C. RGB value is (130,239,140). Sum of RGB (Red+Green+Blue) = 130+239+140=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #82EF8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EF8C is #7D1073. Grayscale: #C3C3C3. Windows color (decimal): -8196212 or 9236354. OLE color: 9236354.

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

Color convert

RGB 130 239 140 -
CMYK 0.46 0 0.41 0.06
HSL 125.5º 0.77% 0.72% -
HSV(B) 125.5º 0.46% 0.94% -
XYZ 44.81 68.37 35.65 -
YUV 195.12 96.89 81.55 -
System Red Green Blue C M Y K H S L
Decimal 130 239 140 0.46 0 0.41 0.06 125.5 0.77 0.72
Hex 82 EF 8C 2E 0 29 6 7E 4D 48
Octal 202 357 214 56 0 51 6 176 115 110
Binary 10000010 11101111 10001100 101110 0 101001 110 1111110 1001101 1001000

Color Harmonies of #82EF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EF8C

Black with #82EF8C

Text Example


Text Example

White with #82EF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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