Html Css Color HEX #82D337 Yellow Green

📋 copy color: '#82D337'

red 130 ◦ green 211 ◦ blue 55

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

Shades of Yellow Green #82D337

Tints of Yellow Green #82D337

RGB

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

 GREEN value IS 211 (82.81% from 255) = 53.28%

 BLUE value IS 55 (21.88% from 255) = 13.89%

R = 32.83%
G = 53.28%
B = 13.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#82D337 (or 0x82D337) is known color: Yellow Green. HEX triplet: 82, D3 and 37. RGB value is (130,211,55). Sum of RGB (Red+Green+Blue) = 130+211+55=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 211 (82.81% from 255 or 53.28% from 396); Blue value is 55 (21.88% from 255 or 13.89% from 396); Max value from RGB is 211 - color contains mainly: green. Hex color #82D337 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D337 is #7D2CC8. Grayscale: #A9A9A9. Windows color (decimal): -8203465 or 3658626. OLE color: 3658626.

HSL color Cylindrical-coordinate representation of color #82D337: hue angle of 91.15º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82D337 is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 130 211 55 -
CMYK 0.38 0 0.74 0.17
HSL 91.15º 0.64% 0.52% -
HSV(B) 91.15º 0.74% 0.83% -
XYZ 33.19 51.61 11.83 -
YUV 169 63.66 100.18 -
System Red Green Blue C M Y K H S L
Decimal 130 211 55 0.38 0 0.74 0.17 91.15 0.64 0.52
Hex 82 D3 37 26 0 4A 11 5B 40 34
Octal 202 323 67 46 0 112 21 133 100 64
Binary 10000010 11010011 110111 100110 0 1001010 10001 1011011 1000000 110100

Color Harmonies of #82D337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D337

Black with #82D337

Text Example


Text Example

White with #82D337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,211,55); }

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

background-color css

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

 a { background-color: rgb(130,211,55); }

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

border-color css

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

 span { border-color: rgb(130,211,55); }

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