Html Css Color HEX #82DA34 Yellow Green

📋 copy color: '#82DA34'

red 130 ◦ green 218 ◦ blue 52

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

Shades of Yellow Green #82DA34

Tints of Yellow Green #82DA34

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.5%

 BLUE value IS 52 (20.7% from 255) = 13%

R = 32.5%
G = 54.5%
B = 13%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#82DA34 (or 0x82DA34) is known color: Yellow Green. HEX triplet: 82, DA and 34. RGB value is (130,218,52). Sum of RGB (Red+Green+Blue) = 130+218+52=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DA34 is #7D25CB. Grayscale: #ADADAD. Windows color (decimal): -8201676 or 3463810. OLE color: 3463810.

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

Color convert

RGB 130 218 52 -
CMYK 0.40 0 0.76 0.15
HSL 91.81º 0.69% 0.53% -
HSV(B) 91.81º 0.76% 0.85% -
XYZ 34.9 55.14 12.05 -
YUV 172.76 59.85 97.5 -
System Red Green Blue C M Y K H S L
Decimal 130 218 52 0.40 0 0.76 0.15 91.81 0.69 0.53
Hex 82 DA 34 28 0 4C F 5C 45 35
Octal 202 332 64 50 0 114 17 134 105 65
Binary 10000010 11011010 110100 101000 0 1001100 1111 1011100 1000101 110101

Color Harmonies of #82DA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DA34

Black with #82DA34

Text Example


Text Example

White with #82DA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,218,52); }

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

background-color css

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

 a { background-color: rgb(130,218,52); }

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

border-color css

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

 span { border-color: rgb(130,218,52); }

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