Html Css Color HEX #82A825 Limerick

📋 copy color: '#82A825'

red 130 ◦ green 168 ◦ blue 37

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

Shades of Limerick #82A825

Tints of Limerick #82A825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.04%

R = 38.81%
G = 50.15%
B = 11.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#82A825 (or 0x82A825) is known color: Limerick. HEX triplet: 82, A8 and 25. RGB value is (130,168,37). Sum of RGB (Red+Green+Blue) = 130+168+37=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 168 (66.02% from 255 or 50.15% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 168 - color contains mainly: green. Hex color #82A825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A825 is #7D57DA. Grayscale: #8E8E8E. Windows color (decimal): -8214491 or 2467970. OLE color: 2467970.

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

Color convert

RGB 130 168 37 -
CMYK 0.23 0 0.78 0.34
HSL 77.4º 0.64% 0.4% -
HSV(B) 77.4º 0.78% 0.66% -
XYZ 23.54 32.88 6.86 -
YUV 141.7 68.91 119.65 -
System Red Green Blue C M Y K H S L
Decimal 130 168 37 0.23 0 0.78 0.34 77.4 0.64 0.4
Hex 82 A8 25 17 0 4E 22 4D 40 28
Octal 202 250 45 27 0 116 42 115 100 50
Binary 10000010 10101000 100101 10111 0 1001110 100010 1001101 1000000 101000

Color Harmonies of #82A825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A825

Black with #82A825

Text Example


Text Example

White with #82A825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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