Html Css Color HEX #82DD22 Yellow Green

📋 copy color: '#82DD22'

red 130 ◦ green 221 ◦ blue 34

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

Shades of Yellow Green #82DD22

Tints of Yellow Green #82DD22

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.4%

 BLUE value IS 34 (13.67% from 255) = 8.83%

R = 33.77%
G = 57.4%
B = 8.83%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#82DD22 (or 0x82DD22) is known color: Yellow Green. HEX triplet: 82, DD and 22. RGB value is (130,221,34). Sum of RGB (Red+Green+Blue) = 130+221+34=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DD22 is #7D22DD. Grayscale: #ADADAD. Windows color (decimal): -8200926 or 2284930. OLE color: 2284930.

HSL color Cylindrical-coordinate representation of color #82DD22: hue angle of 89.2º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82DD22 is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 221 34 -
CMYK 0.41 0 0.85 0.13
HSL 89.2º 0.73% 0.5% -
HSV(B) 89.2º 0.85% 0.87% -
XYZ 35.35 56.57 10.57 -
YUV 172.47 49.85 97.71 -
System Red Green Blue C M Y K H S L
Decimal 130 221 34 0.41 0 0.85 0.13 89.2 0.73 0.5
Hex 82 DD 22 29 0 55 D 59 49 32
Octal 202 335 42 51 0 125 15 131 111 62
Binary 10000010 11011101 100010 101001 0 1010101 1101 1011001 1001001 110010

Color Harmonies of #82DD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DD22

Black with #82DD22

Text Example


Text Example

White with #82DD22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,221,34); }

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

background-color css

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

 a { background-color: rgb(130,221,34); }

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

border-color css

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

 span { border-color: rgb(130,221,34); }

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