Html Css Color HEX #81C61A Lima

📋 copy color: '#81C61A'

red 129 ◦ green 198 ◦ blue 26

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

Shades of Lima #81C61A

Tints of Lima #81C61A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 56.09%

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

R = 36.54%
G = 56.09%
B = 7.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#81C61A (or 0x81C61A) is known color: Lima. HEX triplet: 81, C6 and 1A. RGB value is (129,198,26). Sum of RGB (Red+Green+Blue) = 129+198+26=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 198 (77.73% from 255 or 56.09% from 353); Blue value is 26 (10.55% from 255 or 7.37% from 353); Max value from RGB is 198 - color contains mainly: green. Hex color #81C61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C61A is #7E39E5. Grayscale: #9E9E9E. Windows color (decimal): -8272358 or 1754753. OLE color: 1754753.

HSL color Cylindrical-coordinate representation of color #81C61A: hue angle of 84.07º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #81C61A is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 129 198 26 -
CMYK 0.35 0 0.87 0.22
HSL 84.07º 0.77% 0.44% -
HSV(B) 84.07º 0.87% 0.78% -
XYZ 29.43 45.13 8.14 -
YUV 157.76 53.64 107.49 -
System Red Green Blue C M Y K H S L
Decimal 129 198 26 0.35 0 0.87 0.22 84.07 0.77 0.44
Hex 81 C6 1A 23 0 57 16 54 4D 2C
Octal 201 306 32 43 0 127 26 124 115 54
Binary 10000001 11000110 11010 100011 0 1010111 10110 1010100 1001101 101100

Color Harmonies of #81C61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C61A

Black with #81C61A

Text Example


Text Example

White with #81C61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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