Html Css Color HEX #82F68D Light Green

📋 copy color: '#82F68D'

red 130 ◦ green 246 ◦ blue 141

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

Shades of Light Green #82F68D

Tints of Light Green #82F68D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.58%

 BLUE value IS 141 (55.47% from 255) = 27.27%

R = 25.15%
G = 47.58%
B = 27.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#82F68D (or 0x82F68D) is known color: Light Green. HEX triplet: 82, F6 and 8D. RGB value is (130,246,141). Sum of RGB (Red+Green+Blue) = 130+246+141=517 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.15% from 517); Green value is 246 (96.48% from 255 or 47.58% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 246 - color contains mainly: green. Hex color #82F68D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F68D is #7D0972. Grayscale: #C7C7C7. Windows color (decimal): -8194419 or 9303682. OLE color: 9303682.

HSL color Cylindrical-coordinate representation of color #82F68D: hue angle of 125.69º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82F68D is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 130 246 141 -
CMYK 0.47 0 0.43 0.04
HSL 125.69º 0.87% 0.74% -
HSV(B) 125.69º 0.47% 0.96% -
XYZ 46.97 72.58 36.73 -
YUV 199.35 95.07 78.54 -
System Red Green Blue C M Y K H S L
Decimal 130 246 141 0.47 0 0.43 0.04 125.69 0.87 0.74
Hex 82 F6 8D 2F 0 2B 4 7E 57 4A
Octal 202 366 215 57 0 53 4 176 127 112
Binary 10000010 11110110 10001101 101111 0 101011 100 1111110 1010111 1001010

Color Harmonies of #82F68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F68D

Black with #82F68D

Text Example


Text Example

White with #82F68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,246,141); }

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

background-color css

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

 a { background-color: rgb(130,246,141); }

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

border-color css

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

 span { border-color: rgb(130,246,141); }

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