#82D61E

Color #82D61E Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #82D61E

Tints of Yellow Green #82D61E

Color information

#82D61E (or 0x82D61E) is unknown color: approx Yellow Green. HEX triplet: 82, D6 and 1E. RGB value is (130,214,30). Sum of RGB (Red+Green+Blue) = 130+214+30=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 214 (83.98% from 255 or 57.22% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 214 - color contains mainly: green. Hex color #82D61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D61E is #7D29E1. Grayscale: #A8A8A8. Windows color (decimal): -8202722 or 2020994. OLE color: 2020994.

HSL color Cylindrical-coordinate representation of color #82D61E: hue angle of 87.39º degrees, saturation: 0.75, 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 #82D61E is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB13021430-
CMYK0.3900.860.16
HSL87.39º75.41%47.84%-
HSV(B)87.39º85.98%83.92%-
XYZ33.4952.939.68-
YUV167.9150.17100.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.76%
GREEN value IS 214 (83.98% from 255) = 57.22%
BLUE value IS 30 (12.11% from 255) = 8.02%
R=34.76%
G=57.22%
B=8.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal130214300.3900.860.1687.3975.4147.84
Hex82D61E2705610574b30
Octal202326364701262012711360
Binary100000101101011011110100111010101101000010101111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82D61E;
 }
 .AnyTagClassName
 {
   color: #82D61E;
 }
</style>
background-color css

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

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

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

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

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

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