Html Css Color HEX #82DA14 Lawn Green

📋 copy color: '#82DA14'

red 130 ◦ green 218 ◦ blue 20

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

Shades of Lawn Green #82DA14

Tints of Lawn Green #82DA14

RGB

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

 GREEN value IS 218 (85.55% from 255) = 59.24%

 BLUE value IS 20 (8.2% from 255) = 5.43%

R = 35.33%
G = 59.24%
B = 5.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#82DA14 (or 0x82DA14) is known color: Lawn Green. HEX triplet: 82, DA and 14. RGB value is (130,218,20). Sum of RGB (Red+Green+Blue) = 130+218+20=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 218 (85.55% from 255 or 59.24% from 368); Blue value is 20 (8.20% from 255 or 5.43% from 368); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82DA14 is #7D25EB. Grayscale: #A9A9A9. Windows color (decimal): -8201708 or 1366658. OLE color: 1366658.

HSL color Cylindrical-coordinate representation of color #82DA14: hue angle of 86.67º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82DA14 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 218 20 -
CMYK 0.40 0 0.91 0.15
HSL 86.67º 0.83% 0.47% -
HSV(B) 86.67º 0.91% 0.85% -
XYZ 34.4 54.94 9.45 -
YUV 169.12 43.85 100.1 -
System Red Green Blue C M Y K H S L
Decimal 130 218 20 0.40 0 0.91 0.15 86.67 0.83 0.47
Hex 82 DA 14 28 0 5B F 57 53 2F
Octal 202 332 24 50 0 133 17 127 123 57
Binary 10000010 11011010 10100 101000 0 1011011 1111 1010111 1010011 101111

Color Harmonies of #82DA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DA14

Black with #82DA14

Text Example


Text Example

White with #82DA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,218,20); }

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

background-color css

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

 a { background-color: rgb(130,218,20); }

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

border-color css

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

 span { border-color: rgb(130,218,20); }

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