Html Css Color HEX #82F98B Light Green

📋 copy color: '#82F98B'

red 130 ◦ green 249 ◦ blue 139

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

Shades of Light Green #82F98B

Tints of Light Green #82F98B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.07%

 BLUE value IS 139 (54.69% from 255) = 26.83%

R = 25.1%
G = 48.07%
B = 26.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#82F98B (or 0x82F98B) is known color: Light Green. HEX triplet: 82, F9 and 8B. RGB value is (130,249,139). Sum of RGB (Red+Green+Blue) = 130+249+139=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #82F98B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F98B is #7D0674. Grayscale: #C9C9C9. Windows color (decimal): -8193653 or 9173378. OLE color: 9173378.

HSL color Cylindrical-coordinate representation of color #82F98B: hue angle of 124.54º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82F98B is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 249 139 -
CMYK 0.48 0 0.44 0.02
HSL 124.54º 0.91% 0.74% -
HSV(B) 124.54º 0.48% 0.98% -
XYZ 47.74 74.36 36.26 -
YUV 200.88 93.08 77.44 -
System Red Green Blue C M Y K H S L
Decimal 130 249 139 0.48 0 0.44 0.02 124.54 0.91 0.74
Hex 82 F9 8B 30 0 2C 2 7D 5B 4A
Octal 202 371 213 60 0 54 2 175 133 112
Binary 10000010 11111001 10001011 110000 0 101100 10 1111101 1011011 1001010

Color Harmonies of #82F98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F98B

Black with #82F98B

Text Example


Text Example

White with #82F98B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,249,139); }

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

background-color css

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

 a { background-color: rgb(130,249,139); }

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

border-color css

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

 span { border-color: rgb(130,249,139); }

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