#82D01A

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

Shades of Yellow Green #82D01A

Tints of Yellow Green #82D01A

Color information

#82D01A (or 0x82D01A) is unknown color: approx Yellow Green. HEX triplet: 82, D0 and 1A. RGB value is (130,208,26). Sum of RGB (Red+Green+Blue) = 130+208+26=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 208 (81.64% from 255 or 57.14% from 364); Blue value is 26 (10.55% from 255 or 7.14% from 364); Max value from RGB is 208 - color contains mainly: green. Hex color #82D01A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D01A is #7D2FE5. Grayscale: #A4A4A4. Windows color (decimal): -8204262 or 1757314. OLE color: 1757314.

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

Color convert

RGB13020826-
CMYK0.3800.880.18
HSL85.71º77.78%45.88%-
HSV(B)85.71º87.5%81.57%-
XYZ31.9549.938.93-
YUV163.9350.16103.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.71%
GREEN value IS 208 (81.64% from 255) = 57.14%
BLUE value IS 26 (10.55% from 255) = 7.14%
R=35.71%
G=57.14%
B=7.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal130208260.3800.880.1885.7177.7845.88
Hex82D01A2605812564e2e
Octal202320324601302212611656
Binary100000101101000011010100110010110001001010101101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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