Html Css Color HEX #82D41A Yellow Green

📋 copy color: '#82D41A'

red 130 ◦ green 212 ◦ blue 26

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

Shades of Yellow Green #82D41A

Tints of Yellow Green #82D41A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 57.61%

 BLUE value IS 26 (10.55% from 255) = 7.07%

R = 35.33%
G = 57.61%
B = 7.07%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#82D41A (or 0x82D41A) is known color: Yellow Green. HEX triplet: 82, D4 and 1A. RGB value is (130,212,26). Sum of RGB (Red+Green+Blue) = 130+212+26=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 212 (83.20% from 255 or 57.61% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 212 - color contains mainly: green. Hex color #82D41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D41A is #7D2BE5. Grayscale: #A6A6A6. Windows color (decimal): -8203238 or 1758338. OLE color: 1758338.

HSL color Cylindrical-coordinate representation of color #82D41A: hue angle of 86.45º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82D41A is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 130 212 26 -
CMYK 0.39 0 0.88 0.17
HSL 86.45º 0.78% 0.47% -
HSV(B) 86.45º 0.88% 0.83% -
XYZ 32.94 51.91 9.26 -
YUV 166.28 48.83 102.12 -
System Red Green Blue C M Y K H S L
Decimal 130 212 26 0.39 0 0.88 0.17 86.45 0.78 0.47
Hex 82 D4 1A 27 0 58 11 56 4E 2F
Octal 202 324 32 47 0 130 21 126 116 57
Binary 10000010 11010100 11010 100111 0 1011000 10001 1010110 1001110 101111

Color Harmonies of #82D41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D41A

Black with #82D41A

Text Example


Text Example

White with #82D41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,212,26); }

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

background-color css

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

 a { background-color: rgb(130,212,26); }

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

border-color css

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

 span { border-color: rgb(130,212,26); }

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