Html Css Color HEX #81BA14 Lima

📋 copy color: '#81BA14'

red 129 ◦ green 186 ◦ blue 20

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

Shades of Lima #81BA14

Tints of Lima #81BA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.97%

R = 38.51%
G = 55.52%
B = 5.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#81BA14 (or 0x81BA14) is known color: Lima. HEX triplet: 81, BA and 14. RGB value is (129,186,20). Sum of RGB (Red+Green+Blue) = 129+186+20=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BA14 is #7E45EB. Grayscale: #969696. Windows color (decimal): -8275436 or 1358465. OLE color: 1358465.

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

Color convert

RGB 129 186 20 -
CMYK 0.31 0 0.89 0.27
HSL 80.6º 0.81% 0.4% -
HSV(B) 80.6º 0.89% 0.73% -
XYZ 26.74 39.84 6.94 -
YUV 150.03 54.62 113 -
System Red Green Blue C M Y K H S L
Decimal 129 186 20 0.31 0 0.89 0.27 80.6 0.81 0.4
Hex 81 BA 14 1F 0 59 1B 51 51 28
Octal 201 272 24 37 0 131 33 121 121 50
Binary 10000001 10111010 10100 11111 0 1011001 11011 1010001 1010001 101000

Color Harmonies of #81BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BA14

Black with #81BA14

Text Example


Text Example

White with #81BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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