#82D013

Color #82D013 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #82D013

Tints of Lima #82D013

Color information

#82D013 (or 0x82D013) is unknown color: approx Lima. HEX triplet: 82, D0 and 13. RGB value is (130,208,19). Sum of RGB (Red+Green+Blue) = 130+208+19=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 208 (81.64% from 255 or 58.26% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 208 - color contains mainly: green. Hex color #82D013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82D013 is #7D2FEC. Grayscale: #A3A3A3. Windows color (decimal): -8204269 or 1298562. OLE color: 1298562.

HSL color Cylindrical-coordinate representation of color #82D013: hue angle of 84.76º 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 #82D013 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB13020819-
CMYK0.3800.910.18
HSL84.76º83.26%44.51%-
HSV(B)84.76º90.87%81.57%-
XYZ31.8849.98.57-
YUV163.1346.66104.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 208 (81.64% from 255) = 58.26%
BLUE value IS 19 (7.81% from 255) = 5.32%
R=36.41%
G=58.26%
B=5.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal130208190.3800.910.1884.7683.2644.51
Hex82D0132605B1255532d
Octal202320234601332212512355
Binary100000101101000010011100110010110111001010101011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82D013;
 }
 .AnyTagClassName
 {
   color: #82D013;
 }
</style>
background-color css

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

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

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

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

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

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