Html Css Color HEX #81BE1A Lima

📋 copy color: '#81BE1A'

red 129 ◦ green 190 ◦ blue 26

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

Shades of Lima #81BE1A

Tints of Lima #81BE1A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.07%

 BLUE value IS 26 (10.55% from 255) = 7.54%

R = 37.39%
G = 55.07%
B = 7.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#81BE1A (or 0x81BE1A) is known color: Lima. HEX triplet: 81, BE and 1A. RGB value is (129,190,26). Sum of RGB (Red+Green+Blue) = 129+190+26=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BE1A is #7E41E5. Grayscale: #999999. Windows color (decimal): -8274406 or 1752705. OLE color: 1752705.

HSL color Cylindrical-coordinate representation of color #81BE1A: hue angle of 82.32º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81BE1A is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 190 26 -
CMYK 0.32 0 0.86 0.25
HSL 82.32º 0.76% 0.42% -
HSV(B) 82.32º 0.86% 0.75% -
XYZ 27.65 41.57 7.54 -
YUV 153.07 56.29 110.84 -
System Red Green Blue C M Y K H S L
Decimal 129 190 26 0.32 0 0.86 0.25 82.32 0.76 0.42
Hex 81 BE 1A 20 0 56 19 52 4C 2A
Octal 201 276 32 40 0 126 31 122 114 52
Binary 10000001 10111110 11010 100000 0 1010110 11001 1010010 1001100 101010

Color Harmonies of #81BE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BE1A

Black with #81BE1A

Text Example


Text Example

White with #81BE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,190,26); }

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

background-color css

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

 a { background-color: rgb(129,190,26); }

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

border-color css

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

 span { border-color: rgb(129,190,26); }

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