Html Css Color HEX #81A722 Lima

📋 copy color: '#81A722'

red 129 ◦ green 167 ◦ blue 34

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

Shades of Lima #81A722

Tints of Lima #81A722

RGB

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

 GREEN value IS 167 (65.63% from 255) = 50.61%

 BLUE value IS 34 (13.67% from 255) = 10.3%

R = 39.09%
G = 50.61%
B = 10.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#81A722 (or 0x81A722) is known color: Lima. HEX triplet: 81, A7 and 22. RGB value is (129,167,34). Sum of RGB (Red+Green+Blue) = 129+167+34=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 167 (65.62% from 255 or 50.61% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 167 - color contains mainly: green. Hex color #81A722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A722 is #7E58DD. Grayscale: #8C8C8C. Windows color (decimal): -8280286 or 2271105. OLE color: 2271105.

HSL color Cylindrical-coordinate representation of color #81A722: hue angle of 77.14º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #81A722 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 129 167 34 -
CMYK 0.23 0 0.80 0.35
HSL 77.14º 0.66% 0.39% -
HSV(B) 77.14º 0.8% 0.65% -
XYZ 23.16 32.42 6.55 -
YUV 140.48 67.91 119.81 -
System Red Green Blue C M Y K H S L
Decimal 129 167 34 0.23 0 0.80 0.35 77.14 0.66 0.39
Hex 81 A7 22 17 0 50 23 4D 42 27
Octal 201 247 42 27 0 120 43 115 102 47
Binary 10000001 10100111 100010 10111 0 1010000 100011 1001101 1000010 100111

Color Harmonies of #81A722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A722

Black with #81A722

Text Example


Text Example

White with #81A722

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,167,34); }

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

background-color css

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

 a { background-color: rgb(129,167,34); }

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

border-color css

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

 span { border-color: rgb(129,167,34); }

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