Html Css Color HEX #82D926 Yellow Green

📋 copy color: '#82D926'

red 130 ◦ green 217 ◦ blue 38

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

Shades of Yellow Green #82D926

Tints of Yellow Green #82D926

RGB

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

 GREEN value IS 217 (85.16% from 255) = 56.36%

 BLUE value IS 38 (15.23% from 255) = 9.87%

R = 33.77%
G = 56.36%
B = 9.87%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#82D926 (or 0x82D926) is known color: Yellow Green. HEX triplet: 82, D9 and 26. RGB value is (130,217,38). Sum of RGB (Red+Green+Blue) = 130+217+38=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 217 (85.16% from 255 or 56.36% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 217 - color contains mainly: green. Hex color #82D926 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D926 is #7D26D9. Grayscale: #ABABAB. Windows color (decimal): -8201946 or 2546050. OLE color: 2546050.

HSL color Cylindrical-coordinate representation of color #82D926: hue angle of 89.16º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82D926 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 217 38 -
CMYK 0.40 0 0.82 0.15
HSL 89.16º 0.7% 0.5% -
HSV(B) 89.16º 0.82% 0.85% -
XYZ 34.37 54.51 10.54 -
YUV 170.58 53.18 99.05 -
System Red Green Blue C M Y K H S L
Decimal 130 217 38 0.40 0 0.82 0.15 89.16 0.7 0.5
Hex 82 D9 26 28 0 52 F 59 46 32
Octal 202 331 46 50 0 122 17 131 106 62
Binary 10000010 11011001 100110 101000 0 1010010 1111 1011001 1000110 110010

Color Harmonies of #82D926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D926

Black with #82D926

Text Example


Text Example

White with #82D926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,217,38); }

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

background-color css

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

 a { background-color: rgb(130,217,38); }

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

border-color css

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

 span { border-color: rgb(130,217,38); }

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