Html Css Color HEX #82D50A Lawn Green

📋 copy color: '#82D50A'

red 130 ◦ green 213 ◦ blue 10

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

Shades of Lawn Green #82D50A

Tints of Lawn Green #82D50A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 60.34%

 BLUE value IS 10 (4.3% from 255) = 2.83%

R = 36.83%
G = 60.34%
B = 2.83%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#82D50A (or 0x82D50A) is known color: Lawn Green. HEX triplet: 82, D5 and 0A. RGB value is (130,213,10). Sum of RGB (Red+Green+Blue) = 130+213+10=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 213 (83.59% from 255 or 60.34% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 213 - color contains mainly: green. Hex color #82D50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82D50A is #7D2AF5. Grayscale: #A5A5A5. Windows color (decimal): -8202998 or 710018. OLE color: 710018.

HSL color Cylindrical-coordinate representation of color #82D50A: hue angle of 84.53º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82D50A is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 213 10 -
CMYK 0.39 0 0.95 0.16
HSL 84.53º 0.91% 0.44% -
HSV(B) 84.53º 0.95% 0.84% -
XYZ 33.05 52.36 8.65 -
YUV 165.04 40.5 103.01 -
System Red Green Blue C M Y K H S L
Decimal 130 213 10 0.39 0 0.95 0.16 84.53 0.91 0.44
Hex 82 D5 A 27 0 5F 10 55 5B 2C
Octal 202 325 12 47 0 137 20 125 133 54
Binary 10000010 11010101 1010 100111 0 1011111 10000 1010101 1011011 101100

Color Harmonies of #82D50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D50A

Black with #82D50A

Text Example


Text Example

White with #82D50A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,213,10); }

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

background-color css

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

 a { background-color: rgb(130,213,10); }

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

border-color css

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

 span { border-color: rgb(130,213,10); }

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