Html Css Color HEX #82A807 Lima

📋 copy color: '#82A807'

red 130 ◦ green 168 ◦ blue 7

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

Shades of Lima #82A807

Tints of Lima #82A807

RGB

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

 GREEN value IS 168 (66.02% from 255) = 55.08%

 BLUE value IS 7 (3.13% from 255) = 2.3%

R = 42.62%
G = 55.08%
B = 2.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#82A807 (or 0x82A807) is known color: Lima. HEX triplet: 82, A8 and 07. RGB value is (130,168,7). Sum of RGB (Red+Green+Blue) = 130+168+7=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 168 (66.02% from 255 or 55.08% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 168 - color contains mainly: green. Hex color #82A807 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A807 is #7D57F8. Grayscale: #8A8A8A. Windows color (decimal): -8214521 or 501890. OLE color: 501890.

HSL color Cylindrical-coordinate representation of color #82A807: hue angle of 74.16º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82A807 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB 130 168 7 -
CMYK 0.23 0 0.96 0.34
HSL 74.16º 0.92% 0.34% -
HSV(B) 74.16º 0.96% 0.66% -
XYZ 23.25 32.77 5.3 -
YUV 138.28 53.91 122.09 -
System Red Green Blue C M Y K H S L
Decimal 130 168 7 0.23 0 0.96 0.34 74.16 0.92 0.34
Hex 82 A8 7 17 0 60 22 4A 5C 22
Octal 202 250 7 27 0 140 42 112 134 42
Binary 10000010 10101000 111 10111 0 1100000 100010 1001010 1011100 100010

Color Harmonies of #82A807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A807

Black with #82A807

Text Example


Text Example

White with #82A807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,168,7); }

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

background-color css

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

 a { background-color: rgb(130,168,7); }

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

border-color css

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

 span { border-color: rgb(130,168,7); }

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