Html Css Color HEX #82E510 Lawn Green

📋 copy color: '#82E510'

red 130 ◦ green 229 ◦ blue 16

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

Shades of Lawn Green #82E510

Tints of Lawn Green #82E510

RGB

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

 GREEN value IS 229 (89.84% from 255) = 61.07%

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

R = 34.67%
G = 61.07%
B = 4.27%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#82E510 (or 0x82E510) is known color: Lawn Green. HEX triplet: 82, E5 and 10. RGB value is (130,229,16). Sum of RGB (Red+Green+Blue) = 130+229+16=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 229 (89.84% from 255 or 61.07% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 229 - color contains mainly: green. Hex color #82E510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82E510 is #7D1AEF. Grayscale: #AFAFAF. Windows color (decimal): -8198896 or 1107330. OLE color: 1107330.

HSL color Cylindrical-coordinate representation of color #82E510: hue angle of 87.89º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82E510 is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 130 229 16 -
CMYK 0.43 0 0.93 0.10
HSL 87.89º 0.87% 0.48% -
HSV(B) 87.89º 0.93% 0.9% -
XYZ 37.32 60.82 10.26 -
YUV 175.12 38.2 95.82 -
System Red Green Blue C M Y K H S L
Decimal 130 229 16 0.43 0 0.93 0.10 87.89 0.87 0.48
Hex 82 E5 10 2B 0 5D A 58 57 30
Octal 202 345 20 53 0 135 12 130 127 60
Binary 10000010 11100101 10000 101011 0 1011101 1010 1011000 1010111 110000

Color Harmonies of #82E510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E510

Black with #82E510

Text Example


Text Example

White with #82E510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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