Html Css Color HEX #82AF07 Lima

📋 copy color: '#82AF07'

red 130 ◦ green 175 ◦ blue 7

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

Shades of Lima #82AF07

Tints of Lima #82AF07

RGB

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

 GREEN value IS 175 (68.75% from 255) = 56.09%

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

R = 41.67%
G = 56.09%
B = 2.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#82AF07 (or 0x82AF07) is known color: Lima. HEX triplet: 82, AF and 07. RGB value is (130,175,7). Sum of RGB (Red+Green+Blue) = 130+175+7=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AF07 is #7D50F8. Grayscale: #8F8F8F. Windows color (decimal): -8212729 or 503682. OLE color: 503682.

HSL color Cylindrical-coordinate representation of color #82AF07: hue angle of 76.07º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82AF07 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 175 7 -
CMYK 0.26 0 0.96 0.31
HSL 76.07º 0.92% 0.36% -
HSV(B) 76.07º 0.96% 0.69% -
XYZ 24.57 35.42 5.74 -
YUV 142.39 51.59 119.16 -
System Red Green Blue C M Y K H S L
Decimal 130 175 7 0.26 0 0.96 0.31 76.07 0.92 0.36
Hex 82 AF 7 1A 0 60 1F 4C 5C 24
Octal 202 257 7 32 0 140 37 114 134 44
Binary 10000010 10101111 111 11010 0 1100000 11111 1001100 1011100 100100

Color Harmonies of #82AF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AF07

Black with #82AF07

Text Example


Text Example

White with #82AF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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