Html Css Color HEX #82AF17 Lima

📋 copy color: '#82AF17'

red 130 ◦ green 175 ◦ blue 23

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

Shades of Lima #82AF17

Tints of Lima #82AF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.01%

R = 39.63%
G = 53.35%
B = 7.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#82AF17 (or 0x82AF17) is known color: Lima. HEX triplet: 82, AF and 17. RGB value is (130,175,23). Sum of RGB (Red+Green+Blue) = 130+175+23=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AF17 is #7D50E8. Grayscale: #909090. Windows color (decimal): -8212713 or 1552258. OLE color: 1552258.

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

Color convert

RGB 130 175 23 -
CMYK 0.26 0 0.87 0.31
HSL 77.76º 0.77% 0.39% -
HSV(B) 77.76º 0.87% 0.69% -
XYZ 24.69 35.47 6.36 -
YUV 144.22 59.59 117.86 -
System Red Green Blue C M Y K H S L
Decimal 130 175 23 0.26 0 0.87 0.31 77.76 0.77 0.39
Hex 82 AF 17 1A 0 57 1F 4E 4D 27
Octal 202 257 27 32 0 127 37 116 115 47
Binary 10000010 10101111 10111 11010 0 1010111 11111 1001110 1001101 100111

Color Harmonies of #82AF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AF17

Black with #82AF17

Text Example


Text Example

White with #82AF17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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