Html Css Color HEX #82D037 Yellow Green

📋 copy color: '#82D037'

red 130 ◦ green 208 ◦ blue 55

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

Shades of Yellow Green #82D037

Tints of Yellow Green #82D037

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.93%

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

R = 33.08%
G = 52.93%
B = 13.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#82D037 (or 0x82D037) is known color: Yellow Green. HEX triplet: 82, D0 and 37. RGB value is (130,208,55). Sum of RGB (Red+Green+Blue) = 130+208+55=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #82D037 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D037 is #7D2FC8. Grayscale: #A7A7A7. Windows color (decimal): -8204233 or 3657858. OLE color: 3657858.

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

Color convert

RGB 130 208 55 -
CMYK 0.38 0 0.74 0.18
HSL 90.59º 0.62% 0.52% -
HSV(B) 90.59º 0.74% 0.82% -
XYZ 32.45 50.13 11.58 -
YUV 167.24 64.66 101.44 -
System Red Green Blue C M Y K H S L
Decimal 130 208 55 0.38 0 0.74 0.18 90.59 0.62 0.52
Hex 82 D0 37 26 0 4A 12 5B 3E 34
Octal 202 320 67 46 0 112 22 133 76 64
Binary 10000010 11010000 110111 100110 0 1001010 10010 1011011 111110 110100

Color Harmonies of #82D037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D037

Black with #82D037

Text Example


Text Example

White with #82D037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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