Html Css Color HEX #82D512 Yellow Green

📋 copy color: '#82D512'

red 130 ◦ green 213 ◦ blue 18

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

Shades of Yellow Green #82D512

Tints of Yellow Green #82D512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 59%

 BLUE value IS 18 (7.42% from 255) = 4.99%

R = 36.01%
G = 59%
B = 4.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#82D512 (or 0x82D512) is known color: Yellow Green. HEX triplet: 82, D5 and 12. RGB value is (130,213,18). Sum of RGB (Red+Green+Blue) = 130+213+18=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 213 (83.59% from 255 or 59.00% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 213 - color contains mainly: green. Hex color #82D512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82D512 is #7D2AED. Grayscale: #A6A6A6. Windows color (decimal): -8202990 or 1234306. OLE color: 1234306.

HSL color Cylindrical-coordinate representation of color #82D512: hue angle of 85.54º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82D512 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 213 18 -
CMYK 0.39 0 0.92 0.16
HSL 85.54º 0.84% 0.45% -
HSV(B) 85.54º 0.92% 0.84% -
XYZ 33.11 52.38 8.94 -
YUV 165.95 44.5 102.36 -
System Red Green Blue C M Y K H S L
Decimal 130 213 18 0.39 0 0.92 0.16 85.54 0.84 0.45
Hex 82 D5 12 27 0 5C 10 56 54 2D
Octal 202 325 22 47 0 134 20 126 124 55
Binary 10000010 11010101 10010 100111 0 1011100 10000 1010110 1010100 101101

Color Harmonies of #82D512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D512

Black with #82D512

Text Example


Text Example

White with #82D512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,213,18); }

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

background-color css

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

 a { background-color: rgb(130,213,18); }

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

border-color css

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

 span { border-color: rgb(130,213,18); }

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