Html Css Color HEX #81B42D Limerick

📋 copy color: '#81B42D'

red 129 ◦ green 180 ◦ blue 45

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

Shades of Limerick #81B42D

Tints of Limerick #81B42D

RGB

 RED value IS 129 (50.78% from 255) = 36.44%

 GREEN value IS 180 (70.7% from 255) = 50.85%

 BLUE value IS 45 (17.97% from 255) = 12.71%

R = 36.44%
G = 50.85%
B = 12.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#81B42D (or 0x81B42D) is known color: Limerick. HEX triplet: 81, B4 and 2D. RGB value is (129,180,45). Sum of RGB (Red+Green+Blue) = 129+180+45=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #81B42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B42D is #7E4BD2. Grayscale: #959595. Windows color (decimal): -8276947 or 2995329. OLE color: 2995329.

HSL color Cylindrical-coordinate representation of color #81B42D: hue angle of 82.67º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81B42D is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 180 45 -
CMYK 0.28 0 0.75 0.29
HSL 82.67º 0.6% 0.44% -
HSV(B) 82.67º 0.75% 0.71% -
XYZ 25.85 37.5 8.36 -
YUV 149.36 69.1 113.48 -
System Red Green Blue C M Y K H S L
Decimal 129 180 45 0.28 0 0.75 0.29 82.67 0.6 0.44
Hex 81 B4 2D 1C 0 4B 1D 53 3C 2C
Octal 201 264 55 34 0 113 35 123 74 54
Binary 10000001 10110100 101101 11100 0 1001011 11101 1010011 111100 101100

Color Harmonies of #81B42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B42D

Black with #81B42D

Text Example


Text Example

White with #81B42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,180,45); }

 H1.HeaderClassName
 {
   color: #81B42D;
 }
 .AnyTagClassName
 {
   color: #81B42D;
 }
</style>

background-color css

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

 a { background-color: rgb(129,180,45); }

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

border-color css

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

 span { border-color: rgb(129,180,45); }

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