Html Css Color HEX #82D830 Yellow Green

📋 copy color: '#82D830'

red 130 ◦ green 216 ◦ blue 48

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

Shades of Yellow Green #82D830

Tints of Yellow Green #82D830

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.82%

 BLUE value IS 48 (19.14% from 255) = 12.18%

R = 32.99%
G = 54.82%
B = 12.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#82D830 (or 0x82D830) is known color: Yellow Green. HEX triplet: 82, D8 and 30. RGB value is (130,216,48). Sum of RGB (Red+Green+Blue) = 130+216+48=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 216 (84.77% from 255 or 54.82% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 216 - color contains mainly: green. Hex color #82D830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D830 is #7D27CF. Grayscale: #ABABAB. Windows color (decimal): -8202192 or 3201154. OLE color: 3201154.

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

Color convert

RGB 130 216 48 -
CMYK 0.40 0 0.78 0.15
HSL 90.71º 0.68% 0.52% -
HSV(B) 90.71º 0.78% 0.85% -
XYZ 34.3 54.07 11.43 -
YUV 171.13 58.51 98.66 -
System Red Green Blue C M Y K H S L
Decimal 130 216 48 0.40 0 0.78 0.15 90.71 0.68 0.52
Hex 82 D8 30 28 0 4E F 5B 44 34
Octal 202 330 60 50 0 116 17 133 104 64
Binary 10000010 11011000 110000 101000 0 1001110 1111 1011011 1000100 110100

Color Harmonies of #82D830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D830

Black with #82D830

Text Example


Text Example

White with #82D830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,216,48); }

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

background-color css

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

 a { background-color: rgb(130,216,48); }

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

border-color css

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

 span { border-color: rgb(130,216,48); }

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