Html Css Color HEX #82D415 Yellow Green

📋 copy color: '#82D415'

red 130 ◦ green 212 ◦ blue 21

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

Shades of Yellow Green #82D415

Tints of Yellow Green #82D415

RGB

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

 GREEN value IS 212 (83.2% from 255) = 58.4%

 BLUE value IS 21 (8.59% from 255) = 5.79%

R = 35.81%
G = 58.4%
B = 5.79%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#82D415 (or 0x82D415) is known color: Yellow Green. HEX triplet: 82, D4 and 15. RGB value is (130,212,21). Sum of RGB (Red+Green+Blue) = 130+212+21=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 212 (83.20% from 255 or 58.40% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 212 - color contains mainly: green. Hex color #82D415 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82D415 is #7D2BEA. Grayscale: #A6A6A6. Windows color (decimal): -8203243 or 1430658. OLE color: 1430658.

HSL color Cylindrical-coordinate representation of color #82D415: hue angle of 85.76º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82D415 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 130 212 21 -
CMYK 0.39 0 0.90 0.17
HSL 85.76º 0.82% 0.46% -
HSV(B) 85.76º 0.9% 0.83% -
XYZ 32.88 51.89 8.99 -
YUV 165.71 46.33 102.53 -
System Red Green Blue C M Y K H S L
Decimal 130 212 21 0.39 0 0.90 0.17 85.76 0.82 0.46
Hex 82 D4 15 27 0 5A 11 56 52 2E
Octal 202 324 25 47 0 132 21 126 122 56
Binary 10000010 11010100 10101 100111 0 1011010 10001 1010110 1010010 101110

Color Harmonies of #82D415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D415

Black with #82D415

Text Example


Text Example

White with #82D415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,212,21); }

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

background-color css

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

 a { background-color: rgb(130,212,21); }

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

border-color css

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

 span { border-color: rgb(130,212,21); }

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