Html Css Color HEX #81B61B Lima

📋 copy color: '#81B61B'

red 129 ◦ green 182 ◦ blue 27

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

Shades of Lima #81B61B

Tints of Lima #81B61B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 53.85%

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

R = 38.17%
G = 53.85%
B = 7.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#81B61B (or 0x81B61B) is known color: Lima. HEX triplet: 81, B6 and 1B. RGB value is (129,182,27). Sum of RGB (Red+Green+Blue) = 129+182+27=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #81B61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B61B is #7E49E4. Grayscale: #959595. Windows color (decimal): -8276453 or 1816193. OLE color: 1816193.

HSL color Cylindrical-coordinate representation of color #81B61B: hue angle of 80.52º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81B61B is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 182 27 -
CMYK 0.29 0 0.85 0.29
HSL 80.52º 0.74% 0.41% -
HSV(B) 80.52º 0.85% 0.71% -
XYZ 25.98 38.2 7.04 -
YUV 148.48 59.44 114.1 -
System Red Green Blue C M Y K H S L
Decimal 129 182 27 0.29 0 0.85 0.29 80.52 0.74 0.41
Hex 81 B6 1B 1D 0 55 1D 51 4A 29
Octal 201 266 33 35 0 125 35 121 112 51
Binary 10000001 10110110 11011 11101 0 1010101 11101 1010001 1001010 101001

Color Harmonies of #81B61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B61B

Black with #81B61B

Text Example


Text Example

White with #81B61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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