Html Css Color HEX #82F518 Lawn Green

📋 copy color: '#82F518'

red 130 ◦ green 245 ◦ blue 24

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

Shades of Lawn Green #82F518

Tints of Lawn Green #82F518

RGB

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

 GREEN value IS 245 (96.09% from 255) = 61.4%

 BLUE value IS 24 (9.77% from 255) = 6.02%

R = 32.58%
G = 61.4%
B = 6.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#82F518 (or 0x82F518) is known color: Lawn Green. HEX triplet: 82, F5 and 18. RGB value is (130,245,24). Sum of RGB (Red+Green+Blue) = 130+245+24=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 245 (96.09% from 255 or 61.40% from 399); Blue value is 24 (9.77% from 255 or 6.02% from 399); Max value from RGB is 245 - color contains mainly: green. Hex color #82F518 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82F518 is #7D0AE7. Grayscale: #BABABA. Windows color (decimal): -8194792 or 1635714. OLE color: 1635714.

HSL color Cylindrical-coordinate representation of color #82F518: hue angle of 91.22º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82F518 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 130 245 24 -
CMYK 0.47 0 0.90 0.04
HSL 91.22º 0.92% 0.53% -
HSV(B) 91.22º 0.9% 0.96% -
XYZ 42.02 70.12 12.18 -
YUV 185.42 36.9 88.47 -
System Red Green Blue C M Y K H S L
Decimal 130 245 24 0.47 0 0.90 0.04 91.22 0.92 0.53
Hex 82 F5 18 2F 0 5A 4 5B 5C 35
Octal 202 365 30 57 0 132 4 133 134 65
Binary 10000010 11110101 11000 101111 0 1011010 100 1011011 1011100 110101

Color Harmonies of #82F518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F518

Black with #82F518

Text Example


Text Example

White with #82F518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,245,24); }

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

background-color css

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

 a { background-color: rgb(130,245,24); }

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

border-color css

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

 span { border-color: rgb(130,245,24); }

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