Html Css Color HEX #81C12A Lima

📋 copy color: '#81C12A'

red 129 ◦ green 193 ◦ blue 42

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

Shades of Lima #81C12A

Tints of Lima #81C12A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.02%

 BLUE value IS 42 (16.8% from 255) = 11.54%

R = 35.44%
G = 53.02%
B = 11.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#81C12A (or 0x81C12A) is known color: Lima. HEX triplet: 81, C1 and 2A. RGB value is (129,193,42). Sum of RGB (Red+Green+Blue) = 129+193+42=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #81C12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C12A is #7E3ED5. Grayscale: #9D9D9D. Windows color (decimal): -8273622 or 2802049. OLE color: 2802049.

HSL color Cylindrical-coordinate representation of color #81C12A: hue angle of 85.43º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81C12A is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 129 193 42 -
CMYK 0.33 0 0.78 0.24
HSL 85.43º 0.64% 0.46% -
HSV(B) 85.43º 0.78% 0.76% -
XYZ 28.54 42.97 8.98 -
YUV 156.65 63.3 108.28 -
System Red Green Blue C M Y K H S L
Decimal 129 193 42 0.33 0 0.78 0.24 85.43 0.64 0.46
Hex 81 C1 2A 21 0 4E 18 55 40 2E
Octal 201 301 52 41 0 116 30 125 100 56
Binary 10000001 11000001 101010 100001 0 1001110 11000 1010101 1000000 101110

Color Harmonies of #81C12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C12A

Black with #81C12A

Text Example


Text Example

White with #81C12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,193,42); }

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

background-color css

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

 a { background-color: rgb(129,193,42); }

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

border-color css

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

 span { border-color: rgb(129,193,42); }

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