Html Css Color HEX #82F295 Light Green

📋 copy color: '#82F295'

red 130 ◦ green 242 ◦ blue 149

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

Shades of Light Green #82F295

Tints of Light Green #82F295

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.45%

 BLUE value IS 149 (58.59% from 255) = 28.6%

R = 24.95%
G = 46.45%
B = 28.6%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#82F295 (or 0x82F295) is known color: Light Green. HEX triplet: 82, F2 and 95. RGB value is (130,242,149). Sum of RGB (Red+Green+Blue) = 130+242+149=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #82F295 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F295 is #7D0D6A. Grayscale: #C6C6C6. Windows color (decimal): -8195435 or 9826946. OLE color: 9826946.

HSL color Cylindrical-coordinate representation of color #82F295: hue angle of 130.18º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82F295 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 242 149 -
CMYK 0.46 0 0.38 0.05
HSL 130.18º 0.81% 0.73% -
HSV(B) 130.18º 0.46% 0.95% -
XYZ 46.38 70.42 39.58 -
YUV 197.91 100.39 79.56 -
System Red Green Blue C M Y K H S L
Decimal 130 242 149 0.46 0 0.38 0.05 130.18 0.81 0.73
Hex 82 F2 95 2E 0 26 5 82 51 49
Octal 202 362 225 56 0 46 5 202 121 111
Binary 10000010 11110010 10010101 101110 0 100110 101 10000010 1010001 1001001

Color Harmonies of #82F295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F295

Black with #82F295

Text Example


Text Example

White with #82F295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,242,149); }

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

background-color css

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

 a { background-color: rgb(130,242,149); }

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

border-color css

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

 span { border-color: rgb(130,242,149); }

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