Html Css Color HEX #81B104 Lima

📋 copy color: '#81B104'

red 129 ◦ green 177 ◦ blue 4

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

Shades of Lima #81B104

Tints of Lima #81B104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 41.61%
G = 57.1%
B = 1.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#81B104 (or 0x81B104) is known color: Lima. HEX triplet: 81, B1 and 04. RGB value is (129,177,4). Sum of RGB (Red+Green+Blue) = 129+177+4=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 177 (69.53% from 255 or 57.10% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 177 - color contains mainly: green. Hex color #81B104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81B104 is #7E4EFB. Grayscale: #8F8F8F. Windows color (decimal): -8277756 or 307585. OLE color: 307585.

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

Color convert

RGB 129 177 4 -
CMYK 0.27 0 0.98 0.31
HSL 76.65º 0.96% 0.35% -
HSV(B) 76.65º 0.98% 0.69% -
XYZ 24.8 36.12 5.78 -
YUV 142.93 49.6 118.07 -
System Red Green Blue C M Y K H S L
Decimal 129 177 4 0.27 0 0.98 0.31 76.65 0.96 0.35
Hex 81 B1 4 1B 0 62 1F 4D 60 23
Octal 201 261 4 33 0 142 37 115 140 43
Binary 10000001 10110001 100 11011 0 1100010 11111 1001101 1100000 100011

Color Harmonies of #81B104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B104

Black with #81B104

Text Example


Text Example

White with #81B104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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