Html Css Color HEX #82E02B Yellow Green

📋 copy color: '#82E02B'

red 130 ◦ green 224 ◦ blue 43

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

Shades of Yellow Green #82E02B

Tints of Yellow Green #82E02B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 56.42%

 BLUE value IS 43 (17.19% from 255) = 10.83%

R = 32.75%
G = 56.42%
B = 10.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#82E02B (or 0x82E02B) is known color: Yellow Green. HEX triplet: 82, E0 and 2B. RGB value is (130,224,43). Sum of RGB (Red+Green+Blue) = 130+224+43=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 224 (87.89% from 255 or 56.42% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 224 - color contains mainly: green. Hex color #82E02B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82E02B is #7D1FD4. Grayscale: #AFAFAF. Windows color (decimal): -8200149 or 2875522. OLE color: 2875522.

HSL color Cylindrical-coordinate representation of color #82E02B: hue angle of 91.16º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82E02B is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 224 43 -
CMYK 0.42 0 0.81 0.12
HSL 91.16º 0.74% 0.52% -
HSV(B) 91.16º 0.81% 0.88% -
XYZ 36.3 58.23 11.61 -
YUV 175.26 53.36 95.72 -
System Red Green Blue C M Y K H S L
Decimal 130 224 43 0.42 0 0.81 0.12 91.16 0.74 0.52
Hex 82 E0 2B 2A 0 51 C 5B 4A 34
Octal 202 340 53 52 0 121 14 133 112 64
Binary 10000010 11100000 101011 101010 0 1010001 1100 1011011 1001010 110100

Color Harmonies of #82E02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E02B

Black with #82E02B

Text Example


Text Example

White with #82E02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,224,43); }

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

background-color css

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

 a { background-color: rgb(130,224,43); }

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

border-color css

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

 span { border-color: rgb(130,224,43); }

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