Html Css Color HEX #82D213 Yellow Green

📋 copy color: '#82D213'

red 130 ◦ green 210 ◦ blue 19

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

Shades of Yellow Green #82D213

Tints of Yellow Green #82D213

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.5%

 BLUE value IS 19 (7.81% from 255) = 5.29%

R = 36.21%
G = 58.5%
B = 5.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#82D213 (or 0x82D213) is known color: Yellow Green. HEX triplet: 82, D2 and 13. RGB value is (130,210,19). Sum of RGB (Red+Green+Blue) = 130+210+19=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 210 (82.42% from 255 or 58.50% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 210 - color contains mainly: green. Hex color #82D213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82D213 is #7D2DEC. Grayscale: #A4A4A4. Windows color (decimal): -8203757 or 1299074. OLE color: 1299074.

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

Color convert

RGB 130 210 19 -
CMYK 0.38 0 0.91 0.18
HSL 85.13º 0.83% 0.45% -
HSV(B) 85.13º 0.91% 0.82% -
XYZ 32.37 50.89 8.73 -
YUV 164.31 46 103.53 -
System Red Green Blue C M Y K H S L
Decimal 130 210 19 0.38 0 0.91 0.18 85.13 0.83 0.45
Hex 82 D2 13 26 0 5B 12 55 53 2D
Octal 202 322 23 46 0 133 22 125 123 55
Binary 10000010 11010010 10011 100110 0 1011011 10010 1010101 1010011 101101

Color Harmonies of #82D213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D213

Black with #82D213

Text Example


Text Example

White with #82D213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,210,19); }

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

background-color css

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

 a { background-color: rgb(130,210,19); }

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

border-color css

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

 span { border-color: rgb(130,210,19); }

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