Html Css Color HEX #81B11F Lima

📋 copy color: '#81B11F'

red 129 ◦ green 177 ◦ blue 31

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

Shades of Lima #81B11F

Tints of Lima #81B11F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 52.52%

 BLUE value IS 31 (12.5% from 255) = 9.2%

R = 38.28%
G = 52.52%
B = 9.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#81B11F (or 0x81B11F) is known color: Lima. HEX triplet: 81, B1 and 1F. RGB value is (129,177,31). Sum of RGB (Red+Green+Blue) = 129+177+31=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #81B11F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81B11F is #7E4EE0. Grayscale: #929292. Windows color (decimal): -8277729 or 2077057. OLE color: 2077057.

HSL color Cylindrical-coordinate representation of color #81B11F: hue angle of 79.73º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #81B11F is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 177 31 -
CMYK 0.27 0 0.82 0.31
HSL 79.73º 0.7% 0.41% -
HSV(B) 79.73º 0.82% 0.69% -
XYZ 25.02 36.21 6.97 -
YUV 146 63.1 115.87 -
System Red Green Blue C M Y K H S L
Decimal 129 177 31 0.27 0 0.82 0.31 79.73 0.7 0.41
Hex 81 B1 1F 1B 0 52 1F 50 46 29
Octal 201 261 37 33 0 122 37 120 106 51
Binary 10000001 10110001 11111 11011 0 1010010 11111 1010000 1000110 101001

Color Harmonies of #81B11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B11F

Black with #81B11F

Text Example


Text Example

White with #81B11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,177,31); }

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

background-color css

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

 a { background-color: rgb(129,177,31); }

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

border-color css

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

 span { border-color: rgb(129,177,31); }

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