#82BF31

Color #82BF31 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #82BF31

Tints of Limerick #82BF31

Color information

#82BF31 (or 0x82BF31) is unknown color: approx Limerick. HEX triplet: 82, BF and 31. RGB value is (130,191,49). Sum of RGB (Red+Green+Blue) = 130+191+49=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BF31 is #7D40CE. Grayscale: #9D9D9D. Windows color (decimal): -8208591 or 3260290. OLE color: 3260290.

HSL color Cylindrical-coordinate representation of color #82BF31: hue angle of 85.77º 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 #82BF31 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB13019149-
CMYK0.3200.740.25
HSL85.77º59.17%47.06%-
HSV(B)85.77º74.35%74.9%-
XYZ28.3942.239.56-
YUV156.5767.29109.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 191 (75% from 255) = 51.62%
BLUE value IS 49 (19.53% from 255) = 13.24%
R=35.14%
G=51.62%
B=13.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130191490.3200.740.2585.7759.1747.06
Hex82BF312004A19563b2f
Octal20227761400112311267357
Binary100000101011111111000110000001001010110011010110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82BF31;
 }
 .AnyTagClassName
 {
   color: #82BF31;
 }
</style>
background-color css

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

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

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

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

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

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