#82C921

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

Shades of Lima #82C921

Tints of Lima #82C921

Color information

#82C921 (or 0x82C921) is unknown color: approx Lima. HEX triplet: 82, C9 and 21. RGB value is (130,201,33). Sum of RGB (Red+Green+Blue) = 130+201+33=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 201 (78.91% from 255 or 55.22% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 201 - color contains mainly: green. Hex color #82C921 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C921 is #7D36DE. Grayscale: #A1A1A1. Windows color (decimal): -8206047 or 2214274. OLE color: 2214274.

HSL color Cylindrical-coordinate representation of color #82C921: hue angle of 85.36º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82C921 is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB13020133-
CMYK0.3500.840.21
HSL85.36º71.79%45.88%-
HSV(B)85.36º83.58%78.82%-
XYZ30.3746.638.84-
YUV160.6255.98106.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.71%
GREEN value IS 201 (78.91% from 255) = 55.22%
BLUE value IS 33 (13.28% from 255) = 9.07%
R=35.71%
G=55.22%
B=9.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130201330.3500.840.2185.3671.7945.88
Hex82C921230541555482e
Octal202311414301242512511056
Binary1000001011001001100001100011010101001010110101011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,201,33); }

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

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

 a { background-color: rgb(130,201,33); }

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

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

 span { border-color: rgb(130,201,33); }

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