Html Css Color HEX #81BA3F Limerick

📋 copy color: '#81BA3F'

red 129 ◦ green 186 ◦ blue 63

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

Shades of Limerick #81BA3F

Tints of Limerick #81BA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.67%

R = 34.13%
G = 49.21%
B = 16.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#81BA3F (or 0x81BA3F) is known color: Limerick. HEX triplet: 81, BA and 3F. RGB value is (129,186,63). Sum of RGB (Red+Green+Blue) = 129+186+63=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BA3F is #7E45C0. Grayscale: #9B9B9B. Windows color (decimal): -8275393 or 4176513. OLE color: 4176513.

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

Color convert

RGB 129 186 63 -
CMYK 0.31 0 0.66 0.27
HSL 87.8º 0.49% 0.49% -
HSV(B) 87.8º 0.66% 0.73% -
XYZ 27.51 40.14 11 -
YUV 154.94 76.12 109.5 -
System Red Green Blue C M Y K H S L
Decimal 129 186 63 0.31 0 0.66 0.27 87.8 0.49 0.49
Hex 81 BA 3F 1F 0 42 1B 58 31 31
Octal 201 272 77 37 0 102 33 130 61 61
Binary 10000001 10111010 111111 11111 0 1000010 11011 1011000 110001 110001

Color Harmonies of #81BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BA3F

Black with #81BA3F

Text Example


Text Example

White with #81BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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