#81b63b

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

Shades of Limerick #81B63B

Tints of Limerick #81B63B

Color information

#81B63B (or 0x81B63B) is unknown color: approx Limerick. HEX triplet: 81, B6 and 3B. RGB value is (129,182,59). Sum of RGB (Red+Green+Blue) = 129+182+59=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #81B63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B63B is #7E49C4. Grayscale: #989898. Windows color (decimal): -8276421 or 3913345. OLE color: 3913345.

HSL color Cylindrical-coordinate representation of color #81B63B: hue angle of 85.85º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #81B63B is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB12918259-
CMYK0.2900.680.29
HSL85.85º51.04%47.25%-
HSV(B)85.85º67.58%71.37%-
XYZ26.5738.4410.16-
YUV152.1375.44111.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.86%
GREEN value IS 182 (71.48% from 255) = 49.19%
BLUE value IS 59 (23.44% from 255) = 15.95%
R=34.86%
G=49.19%
B=15.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129182590.2900.680.2985.8551.0447.25
Hex81B63B1D0441D56332f
Octal20126673350104351266357
Binary10000001101101101110111110101000100111011010110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81b63b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81b63b; }

 p { color: rgb(129,182,59); }

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

<style>
 a { background-color: #81b63b; }

 a { background-color: rgb(129,182,59); }

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

<style>
 span { border-color: #81b63b; }

 span { border-color: rgb(129,182,59); }

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