#82EE2C

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

Shades of Yellow Green #82EE2C

Tints of Yellow Green #82EE2C

Color information

#82EE2C (or 0x82EE2C) is unknown color: approx Yellow Green. HEX triplet: 82, EE and 2C. RGB value is (130,238,44). Sum of RGB (Red+Green+Blue) = 130+238+44=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 238 (93.36% from 255 or 57.77% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 238 - color contains mainly: green. Hex color #82EE2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EE2C is #7D11D3. Grayscale: #B8B8B8. Windows color (decimal): -8196564 or 2944642. OLE color: 2944642.

HSL color Cylindrical-coordinate representation of color #82EE2C: hue angle of 93.4º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82EE2C is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB13023844-
CMYK0.4500.820.07
HSL93.4º85.09%55.29%-
HSV(B)93.4º81.51%93.33%-
XYZ40.2466.0813.02-
YUV183.5949.2289.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.55%
GREEN value IS 238 (93.36% from 255) = 57.77%
BLUE value IS 44 (17.58% from 255) = 10.68%
R=31.55%
G=57.77%
B=10.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal130238440.4500.820.0793.485.0955.29
Hex82EE2C2D05275d5537
Octal20235654550122713512567
Binary10000010111011101011001011010101001011110111011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,238,44); }

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

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

 a { background-color: rgb(130,238,44); }

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

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

 span { border-color: rgb(130,238,44); }

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