Html Css Color HEX #82D61D Yellow Green

📋 copy color: '#82D61D'

red 130 ◦ green 214 ◦ blue 29

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

Shades of Yellow Green #82D61D

Tints of Yellow Green #82D61D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 57.37%

 BLUE value IS 29 (11.72% from 255) = 7.77%

R = 34.85%
G = 57.37%
B = 7.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#82D61D (or 0x82D61D) is known color: Yellow Green. HEX triplet: 82, D6 and 1D. RGB value is (130,214,29). Sum of RGB (Red+Green+Blue) = 130+214+29=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 214 (83.98% from 255 or 57.37% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 214 - color contains mainly: green. Hex color #82D61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D61D is #7D29E2. Grayscale: #A8A8A8. Windows color (decimal): -8202723 or 1955458. OLE color: 1955458.

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

Color convert

RGB 130 214 29 -
CMYK 0.39 0 0.86 0.16
HSL 87.24º 0.76% 0.48% -
HSV(B) 87.24º 0.86% 0.84% -
XYZ 33.47 52.93 9.61 -
YUV 167.79 49.67 101.04 -
System Red Green Blue C M Y K H S L
Decimal 130 214 29 0.39 0 0.86 0.16 87.24 0.76 0.48
Hex 82 D6 1D 27 0 56 10 57 4C 30
Octal 202 326 35 47 0 126 20 127 114 60
Binary 10000010 11010110 11101 100111 0 1010110 10000 1010111 1001100 110000

Color Harmonies of #82D61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D61D

Black with #82D61D

Text Example


Text Example

White with #82D61D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,214,29); }

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

background-color css

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

 a { background-color: rgb(130,214,29); }

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

border-color css

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

 span { border-color: rgb(130,214,29); }

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