Html Css Color HEX #82D010 Lima

📋 copy color: '#82D010'

red 130 ◦ green 208 ◦ blue 16

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

Shades of Lima #82D010

Tints of Lima #82D010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.52%

R = 36.72%
G = 58.76%
B = 4.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#82D010 (or 0x82D010) is known color: Lima. HEX triplet: 82, D0 and 10. RGB value is (130,208,16). Sum of RGB (Red+Green+Blue) = 130+208+16=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #82D010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82D010 is #7D2FEF. Grayscale: #A3A3A3. Windows color (decimal): -8204272 or 1101954. OLE color: 1101954.

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

Color convert

RGB 130 208 16 -
CMYK 0.38 0 0.92 0.18
HSL 84.38º 0.86% 0.44% -
HSV(B) 84.38º 0.92% 0.82% -
XYZ 31.86 49.89 8.44 -
YUV 162.79 45.16 104.61 -
System Red Green Blue C M Y K H S L
Decimal 130 208 16 0.38 0 0.92 0.18 84.38 0.86 0.44
Hex 82 D0 10 26 0 5C 12 54 56 2C
Octal 202 320 20 46 0 134 22 124 126 54
Binary 10000010 11010000 10000 100110 0 1011100 10010 1010100 1010110 101100

Color Harmonies of #82D010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D010

Black with #82D010

Text Example


Text Example

White with #82D010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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