Html Css Color HEX #81B71B Lima

📋 copy color: '#81B71B'

red 129 ◦ green 183 ◦ blue 27

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

Shades of Lima #81B71B

Tints of Lima #81B71B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.98%

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

R = 38.05%
G = 53.98%
B = 7.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#81B71B (or 0x81B71B) is known color: Lima. HEX triplet: 81, B7 and 1B. RGB value is (129,183,27). Sum of RGB (Red+Green+Blue) = 129+183+27=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 183 (71.88% from 255 or 53.98% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 183 - color contains mainly: green. Hex color #81B71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B71B is #7E48E4. Grayscale: #959595. Windows color (decimal): -8276197 or 1816449. OLE color: 1816449.

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

Color convert

RGB 129 183 27 -
CMYK 0.30 0 0.85 0.28
HSL 80.77º 0.74% 0.41% -
HSV(B) 80.77º 0.85% 0.72% -
XYZ 26.18 38.61 7.11 -
YUV 149.07 59.11 113.68 -
System Red Green Blue C M Y K H S L
Decimal 129 183 27 0.30 0 0.85 0.28 80.77 0.74 0.41
Hex 81 B7 1B 1E 0 55 1C 51 4A 29
Octal 201 267 33 36 0 125 34 121 112 51
Binary 10000001 10110111 11011 11110 0 1010101 11100 1010001 1001010 101001

Color Harmonies of #81B71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B71B

Black with #81B71B

Text Example


Text Example

White with #81B71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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