#82C725

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

Shades of Lima #82C725

Tints of Lima #82C725

Color information

#82C725 (or 0x82C725) is unknown color: approx Lima. HEX triplet: 82, C7 and 25. RGB value is (130,199,37). Sum of RGB (Red+Green+Blue) = 130+199+37=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 199 (78.12% from 255 or 54.37% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 199 - color contains mainly: green. Hex color #82C725 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C725 is #7D38DA. Grayscale: #A0A0A0. Windows color (decimal): -8206555 or 2475906. OLE color: 2475906.

HSL color Cylindrical-coordinate representation of color #82C725: hue angle of 85.56º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82C725 is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB13019937-
CMYK0.3500.810.22
HSL85.56º68.64%46.27%-
HSV(B)85.56º81.41%78.04%-
XYZ29.9645.739-
YUV159.958.64106.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 199 (78.12% from 255) = 54.37%
BLUE value IS 37 (14.84% from 255) = 10.11%
R=35.52%
G=54.37%
B=10.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal130199370.3500.810.2285.5668.6446.27
Hex82C725230511656452e
Octal202307454301212612610556
Binary1000001011000111100101100011010100011011010101101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,199,37); }

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

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

 a { background-color: rgb(130,199,37); }

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

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

 span { border-color: rgb(130,199,37); }

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