Html Css Color HEX #82E110 Lawn Green

📋 copy color: '#82E110'

red 130 ◦ green 225 ◦ blue 16

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

Shades of Lawn Green #82E110

Tints of Lawn Green #82E110

RGB

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

 GREEN value IS 225 (88.28% from 255) = 60.65%

 BLUE value IS 16 (6.64% from 255) = 4.31%

R = 35.04%
G = 60.65%
B = 4.31%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#82E110 (or 0x82E110) is known color: Lawn Green. HEX triplet: 82, E1 and 10. RGB value is (130,225,16). Sum of RGB (Red+Green+Blue) = 130+225+16=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 225 (88.28% from 255 or 60.65% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 225 - color contains mainly: green. Hex color #82E110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82E110 is #7D1EEF. Grayscale: #ADADAD. Windows color (decimal): -8199920 or 1106306. OLE color: 1106306.

HSL color Cylindrical-coordinate representation of color #82E110: hue angle of 87.27º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82E110 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 225 16 -
CMYK 0.42 0 0.93 0.12
HSL 87.27º 0.87% 0.47% -
HSV(B) 87.27º 0.93% 0.88% -
XYZ 36.22 58.63 9.9 -
YUV 172.77 39.53 97.49 -
System Red Green Blue C M Y K H S L
Decimal 130 225 16 0.42 0 0.93 0.12 87.27 0.87 0.47
Hex 82 E1 10 2A 0 5D C 57 57 2F
Octal 202 341 20 52 0 135 14 127 127 57
Binary 10000010 11100001 10000 101010 0 1011101 1100 1010111 1010111 101111

Color Harmonies of #82E110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E110

Black with #82E110

Text Example


Text Example

White with #82E110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,225,16); }

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

background-color css

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

 a { background-color: rgb(130,225,16); }

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

border-color css

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

 span { border-color: rgb(130,225,16); }

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