Html Css Color HEX #82EA07 Lawn Green

📋 copy color: '#82EA07'

red 130 ◦ green 234 ◦ blue 7

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

Shades of Lawn Green #82EA07

Tints of Lawn Green #82EA07

RGB

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

 GREEN value IS 234 (91.8% from 255) = 63.07%

 BLUE value IS 7 (3.13% from 255) = 1.89%

R = 35.04%
G = 63.07%
B = 1.89%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#82EA07 (or 0x82EA07) is known color: Lawn Green. HEX triplet: 82, EA and 07. RGB value is (130,234,7). Sum of RGB (Red+Green+Blue) = 130+234+7=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 234 (91.80% from 255 or 63.07% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82EA07 is #7D15F8. Grayscale: #B1B1B1. Windows color (decimal): -8197625 or 518786. OLE color: 518786.

HSL color Cylindrical-coordinate representation of color #82EA07: hue angle of 87.49º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82EA07 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 234 7 -
CMYK 0.44 0 0.97 0.08
HSL 87.49º 0.94% 0.47% -
HSV(B) 87.49º 0.97% 0.92% -
XYZ 38.67 63.61 10.44 -
YUV 177.03 32.04 94.46 -
System Red Green Blue C M Y K H S L
Decimal 130 234 7 0.44 0 0.97 0.08 87.49 0.94 0.47
Hex 82 EA 7 2C 0 61 8 57 5E 2F
Octal 202 352 7 54 0 141 10 127 136 57
Binary 10000010 11101010 111 101100 0 1100001 1000 1010111 1011110 101111

Color Harmonies of #82EA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EA07

Black with #82EA07

Text Example


Text Example

White with #82EA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,234,7); }

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

background-color css

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

 a { background-color: rgb(130,234,7); }

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

border-color css

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

 span { border-color: rgb(130,234,7); }

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