Html Css Color HEX #82ED2E Yellow Green

📋 copy color: '#82ED2E'

red 130 ◦ green 237 ◦ blue 46

#82ED2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #82ED2E

Tints of Yellow Green #82ED2E

RGB

 RED value IS 130 (51.17% from 255) = 31.48%

 GREEN value IS 237 (92.97% from 255) = 57.38%

 BLUE value IS 46 (18.36% from 255) = 11.14%

R = 31.48%
G = 57.38%
B = 11.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#82ED2E (or 0x82ED2E) is known color: Yellow Green. HEX triplet: 82, ED and 2E. RGB value is (130,237,46). Sum of RGB (Red+Green+Blue) = 130+237+46=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 237 (92.97% from 255 or 57.38% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 237 - color contains mainly: green. Hex color #82ED2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82ED2E is #7D12D1. Grayscale: #B7B7B7. Windows color (decimal): -8196818 or 3075458. OLE color: 3075458.

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

Color convert

RGB 130 237 46 -
CMYK 0.45 0 0.81 0.07
HSL 93.61º 0.84% 0.55% -
HSV(B) 93.61º 0.81% 0.93% -
XYZ 39.98 65.51 13.12 -
YUV 183.23 50.55 90.03 -
System Red Green Blue C M Y K H S L
Decimal 130 237 46 0.45 0 0.81 0.07 93.61 0.84 0.55
Hex 82 ED 2E 2D 0 51 7 5E 54 37
Octal 202 355 56 55 0 121 7 136 124 67
Binary 10000010 11101101 101110 101101 0 1010001 111 1011110 1010100 110111

Color Harmonies of #82ED2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ED2E

Black with #82ED2E

Text Example


Text Example

White with #82ED2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,237,46); }

 H1.HeaderClassName
 {
   color: #82ED2E;
 }
 .AnyTagClassName
 {
   color: #82ED2E;
 }
</style>

background-color css

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

 a { background-color: rgb(130,237,46); }

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

border-color css

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

 span { border-color: rgb(130,237,46); }

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