Html Css Color HEX #82D014 Yellow Green

📋 copy color: '#82D014'

red 130 ◦ green 208 ◦ blue 20

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

Shades of Yellow Green #82D014

Tints of Yellow Green #82D014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.59%

R = 36.31%
G = 58.1%
B = 5.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#82D014 (or 0x82D014) is known color: Yellow Green. HEX triplet: 82, D0 and 14. RGB value is (130,208,20). Sum of RGB (Red+Green+Blue) = 130+208+20=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 208 (81.64% from 255 or 58.10% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 208 - color contains mainly: green. Hex color #82D014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82D014 is #7D2FEB. Grayscale: #A3A3A3. Windows color (decimal): -8204268 or 1364098. OLE color: 1364098.

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

Color convert

RGB 130 208 20 -
CMYK 0.38 0 0.90 0.18
HSL 84.89º 0.82% 0.45% -
HSV(B) 84.89º 0.9% 0.82% -
XYZ 31.89 49.91 8.61 -
YUV 163.25 47.16 104.29 -
System Red Green Blue C M Y K H S L
Decimal 130 208 20 0.38 0 0.90 0.18 84.89 0.82 0.45
Hex 82 D0 14 26 0 5A 12 55 52 2D
Octal 202 320 24 46 0 132 22 125 122 55
Binary 10000010 11010000 10100 100110 0 1011010 10010 1010101 1010010 101101

Color Harmonies of #82D014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D014

Black with #82D014

Text Example


Text Example

White with #82D014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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