Html Css Color HEX #82AF34 Limerick

📋 copy color: '#82AF34'

red 130 ◦ green 175 ◦ blue 52

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

Shades of Limerick #82AF34

Tints of Limerick #82AF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.57%

R = 36.41%
G = 49.02%
B = 14.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#82AF34 (or 0x82AF34) is known color: Limerick. HEX triplet: 82, AF and 34. RGB value is (130,175,52). Sum of RGB (Red+Green+Blue) = 130+175+52=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AF34 is #7D50CB. Grayscale: #939393. Windows color (decimal): -8212684 or 3452802. OLE color: 3452802.

HSL color Cylindrical-coordinate representation of color #82AF34: hue angle of 81.95º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82AF34 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 175 52 -
CMYK 0.26 0 0.70 0.31
HSL 81.95º 0.54% 0.45% -
HSV(B) 81.95º 0.7% 0.69% -
XYZ 25.16 35.65 8.8 -
YUV 147.52 74.09 115.5 -
System Red Green Blue C M Y K H S L
Decimal 130 175 52 0.26 0 0.70 0.31 81.95 0.54 0.45
Hex 82 AF 34 1A 0 46 1F 52 36 2D
Octal 202 257 64 32 0 106 37 122 66 55
Binary 10000010 10101111 110100 11010 0 1000110 11111 1010010 110110 101101

Color Harmonies of #82AF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AF34

Black with #82AF34

Text Example


Text Example

White with #82AF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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