Html Css Color HEX #82F09C Light Green

📋 copy color: '#82F09C'

red 130 ◦ green 240 ◦ blue 156

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

Shades of Light Green #82F09C

Tints of Light Green #82F09C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.63%

 BLUE value IS 156 (61.33% from 255) = 29.66%

R = 24.71%
G = 45.63%
B = 29.66%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#82F09C (or 0x82F09C) is known color: Light Green. HEX triplet: 82, F0 and 9C. RGB value is (130,240,156). Sum of RGB (Red+Green+Blue) = 130+240+156=526 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.71% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #82F09C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F09C is #7D0F63. Grayscale: #C5C5C5. Windows color (decimal): -8195940 or 10285186. OLE color: 10285186.

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

Color convert

RGB 130 240 156 -
CMYK 0.46 0 0.35 0.06
HSL 134.18º 0.79% 0.73% -
HSV(B) 134.18º 0.46% 0.94% -
XYZ 46.37 69.47 42.42 -
YUV 197.53 104.56 79.83 -
System Red Green Blue C M Y K H S L
Decimal 130 240 156 0.46 0 0.35 0.06 134.18 0.79 0.73
Hex 82 F0 9C 2E 0 23 6 86 4F 49
Octal 202 360 234 56 0 43 6 206 117 111
Binary 10000010 11110000 10011100 101110 0 100011 110 10000110 1001111 1001001

Color Harmonies of #82F09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F09C

Black with #82F09C

Text Example


Text Example

White with #82F09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,240,156); }

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

background-color css

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

 a { background-color: rgb(130,240,156); }

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

border-color css

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

 span { border-color: rgb(130,240,156); }

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