Html Css Color HEX #82C031 Limerick

📋 copy color: '#82C031'

red 130 ◦ green 192 ◦ blue 49

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

Shades of Limerick #82C031

Tints of Limerick #82C031

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.75%

 BLUE value IS 49 (19.53% from 255) = 13.21%

R = 35.04%
G = 51.75%
B = 13.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#82C031 (or 0x82C031) is known color: Limerick. HEX triplet: 82, C0 and 31. RGB value is (130,192,49). Sum of RGB (Red+Green+Blue) = 130+192+49=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #82C031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C031 is #7D3FCE. Grayscale: #9D9D9D. Windows color (decimal): -8208335 or 3260546. OLE color: 3260546.

HSL color Cylindrical-coordinate representation of color #82C031: hue angle of 86.01º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82C031 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 192 49 -
CMYK 0.32 0 0.74 0.25
HSL 86.01º 0.59% 0.47% -
HSV(B) 86.01º 0.74% 0.75% -
XYZ 28.61 42.67 9.63 -
YUV 157.16 66.96 108.63 -
System Red Green Blue C M Y K H S L
Decimal 130 192 49 0.32 0 0.74 0.25 86.01 0.59 0.47
Hex 82 C0 31 20 0 4A 19 56 3B 2F
Octal 202 300 61 40 0 112 31 126 73 57
Binary 10000010 11000000 110001 100000 0 1001010 11001 1010110 111011 101111

Color Harmonies of #82C031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C031

Black with #82C031

Text Example


Text Example

White with #82C031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,192,49); }

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

background-color css

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

 a { background-color: rgb(130,192,49); }

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

border-color css

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

 span { border-color: rgb(130,192,49); }

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