Html Css Color HEX #82E81A Lawn Green

📋 copy color: '#82E81A'

red 130 ◦ green 232 ◦ blue 26

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

Shades of Lawn Green #82E81A

Tints of Lawn Green #82E81A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 59.79%

 BLUE value IS 26 (10.55% from 255) = 6.7%

R = 33.51%
G = 59.79%
B = 6.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#82E81A (or 0x82E81A) is known color: Lawn Green. HEX triplet: 82, E8 and 1A. RGB value is (130,232,26). Sum of RGB (Red+Green+Blue) = 130+232+26=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 232 (91.02% from 255 or 59.79% from 388); Blue value is 26 (10.55% from 255 or 6.70% from 388); Max value from RGB is 232 - color contains mainly: green. Hex color #82E81A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82E81A is #7D17E5. Grayscale: #B2B2B2. Windows color (decimal): -8198118 or 1763458. OLE color: 1763458.

HSL color Cylindrical-coordinate representation of color #82E81A: hue angle of 89.71º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82E81A is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 130 232 26 -
CMYK 0.44 0 0.89 0.09
HSL 89.71º 0.82% 0.51% -
HSV(B) 89.71º 0.89% 0.91% -
XYZ 38.25 62.53 11.03 -
YUV 178.02 42.21 93.75 -
System Red Green Blue C M Y K H S L
Decimal 130 232 26 0.44 0 0.89 0.09 89.71 0.82 0.51
Hex 82 E8 1A 2C 0 59 9 5A 52 33
Octal 202 350 32 54 0 131 11 132 122 63
Binary 10000010 11101000 11010 101100 0 1011001 1001 1011010 1010010 110011

Color Harmonies of #82E81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E81A

Black with #82E81A

Text Example


Text Example

White with #82E81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,232,26); }

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

background-color css

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

 a { background-color: rgb(130,232,26); }

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

border-color css

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

 span { border-color: rgb(130,232,26); }

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