#82D12A

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

Shades of Yellow Green #82D12A

Tints of Yellow Green #82D12A

Color information

#82D12A (or 0x82D12A) is unknown color: approx Yellow Green. HEX triplet: 82, D1 and 2A. RGB value is (130,209,42). Sum of RGB (Red+Green+Blue) = 130+209+42=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 209 (82.03% from 255 or 54.86% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 209 - color contains mainly: green. Hex color #82D12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D12A is #7D2ED5. Grayscale: #A6A6A6. Windows color (decimal): -8203990 or 2806146. OLE color: 2806146.

HSL color Cylindrical-coordinate representation of color #82D12A: hue angle of 88.38º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82D12A is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB13020942-
CMYK0.3800.800.18
HSL88.38º66.53%49.22%-
HSV(B)88.38º79.9%81.96%-
XYZ32.4250.5110.23-
YUV166.3457.83102.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.12%
GREEN value IS 209 (82.03% from 255) = 54.86%
BLUE value IS 42 (16.80% from 255) = 11.02%
R=34.12%
G=54.86%
B=11.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal130209420.3800.800.1888.3866.5349.22
Hex82D12A2605012584331
Octal202321524601202213010361
Binary1000001011010001101010100110010100001001010110001000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,209,42); }

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

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

 a { background-color: rgb(130,209,42); }

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

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

 span { border-color: rgb(130,209,42); }

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