Html Css Color HEX #81AB23 Lima

📋 copy color: '#81AB23'

red 129 ◦ green 171 ◦ blue 35

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

Shades of Lima #81AB23

Tints of Lima #81AB23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.45%

R = 38.51%
G = 51.04%
B = 10.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#81AB23 (or 0x81AB23) is known color: Lima. HEX triplet: 81, AB and 23. RGB value is (129,171,35). Sum of RGB (Red+Green+Blue) = 129+171+35=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AB23 is #7E54DC. Grayscale: #8F8F8F. Windows color (decimal): -8279261 or 2337665. OLE color: 2337665.

HSL color Cylindrical-coordinate representation of color #81AB23: hue angle of 78.53º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #81AB23 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 171 35 -
CMYK 0.25 0 0.80 0.33
HSL 78.53º 0.66% 0.4% -
HSV(B) 78.53º 0.8% 0.67% -
XYZ 23.92 33.91 6.88 -
YUV 142.94 67.09 118.06 -
System Red Green Blue C M Y K H S L
Decimal 129 171 35 0.25 0 0.80 0.33 78.53 0.66 0.4
Hex 81 AB 23 19 0 50 21 4F 42 28
Octal 201 253 43 31 0 120 41 117 102 50
Binary 10000001 10101011 100011 11001 0 1010000 100001 1001111 1000010 101000

Color Harmonies of #81AB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AB23

Black with #81AB23

Text Example


Text Example

White with #81AB23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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