#82D037

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

Shades of Yellow Green #82D037

Tints of Yellow Green #82D037

Color information

#82D037 (or 0x82D037) is unknown color: approx Yellow Green. HEX triplet: 82, D0 and 37. RGB value is (130,208,55). Sum of RGB (Red+Green+Blue) = 130+208+55=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #82D037 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D037 is #7D2FC8. Grayscale: #A7A7A7. Windows color (decimal): -8204233 or 3657858. OLE color: 3657858.

HSL color Cylindrical-coordinate representation of color #82D037: hue angle of 90.59º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82D037 is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB13020855-
CMYK0.3800.740.18
HSL90.59º61.94%51.57%-
HSV(B)90.59º73.56%81.57%-
XYZ32.4550.1311.58-
YUV167.2464.66101.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.08%
GREEN value IS 208 (81.64% from 255) = 52.93%
BLUE value IS 55 (21.88% from 255) = 13.99%
R=33.08%
G=52.93%
B=13.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal130208550.3800.740.1890.5961.9451.57
Hex82D0372604A125b3e34
Octal20232067460112221337664
Binary100000101101000011011110011001001010100101011011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,208,55); }

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

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

 a { background-color: rgb(130,208,55); }

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

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

 span { border-color: rgb(130,208,55); }

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