Html Css Color HEX #81AB1B Lima

📋 copy color: '#81AB1B'

red 129 ◦ green 171 ◦ blue 27

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

Shades of Lima #81AB1B

Tints of Lima #81AB1B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 52.29%

 BLUE value IS 27 (10.94% from 255) = 8.26%

R = 39.45%
G = 52.29%
B = 8.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#81AB1B (or 0x81AB1B) is known color: Lima. HEX triplet: 81, AB and 1B. RGB value is (129,171,27). Sum of RGB (Red+Green+Blue) = 129+171+27=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AB1B is #7E54E4. Grayscale: #8E8E8E. Windows color (decimal): -8279269 or 1813377. OLE color: 1813377.

HSL color Cylindrical-coordinate representation of color #81AB1B: hue angle of 77.5º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81AB1B is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 171 27 -
CMYK 0.25 0 0.84 0.33
HSL 77.5º 0.73% 0.39% -
HSV(B) 77.5º 0.84% 0.67% -
XYZ 23.81 33.87 6.32 -
YUV 142.03 63.09 118.71 -
System Red Green Blue C M Y K H S L
Decimal 129 171 27 0.25 0 0.84 0.33 77.5 0.73 0.39
Hex 81 AB 1B 19 0 54 21 4E 49 27
Octal 201 253 33 31 0 124 41 116 111 47
Binary 10000001 10101011 11011 11001 0 1010100 100001 1001110 1001001 100111

Color Harmonies of #81AB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AB1B

Black with #81AB1B

Text Example


Text Example

White with #81AB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,171,27); }

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

background-color css

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

 a { background-color: rgb(129,171,27); }

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

border-color css

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

 span { border-color: rgb(129,171,27); }

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