Html Css Color HEX #81BA3D Limerick

📋 copy color: '#81BA3D'

red 129 ◦ green 186 ◦ blue 61

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

Shades of Limerick #81BA3D

Tints of Limerick #81BA3D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.47%

 BLUE value IS 61 (24.22% from 255) = 16.22%

R = 34.31%
G = 49.47%
B = 16.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#81BA3D (or 0x81BA3D) is known color: Limerick. HEX triplet: 81, BA and 3D. RGB value is (129,186,61). Sum of RGB (Red+Green+Blue) = 129+186+61=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BA3D is #7E45C2. Grayscale: #9B9B9B. Windows color (decimal): -8275395 or 4045441. OLE color: 4045441.

HSL color Cylindrical-coordinate representation of color #81BA3D: hue angle of 87.36º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81BA3D is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 186 61 -
CMYK 0.31 0 0.67 0.27
HSL 87.36º 0.51% 0.48% -
HSV(B) 87.36º 0.67% 0.73% -
XYZ 27.45 40.12 10.71 -
YUV 154.71 75.12 109.66 -
System Red Green Blue C M Y K H S L
Decimal 129 186 61 0.31 0 0.67 0.27 87.36 0.51 0.48
Hex 81 BA 3D 1F 0 43 1B 57 33 30
Octal 201 272 75 37 0 103 33 127 63 60
Binary 10000001 10111010 111101 11111 0 1000011 11011 1010111 110011 110000

Color Harmonies of #81BA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BA3D

Black with #81BA3D

Text Example


Text Example

White with #81BA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,186,61); }

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

background-color css

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

 a { background-color: rgb(129,186,61); }

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

border-color css

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

 span { border-color: rgb(129,186,61); }

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