Html Css Color HEX #81B006 Lima

📋 copy color: '#81B006'

red 129 ◦ green 176 ◦ blue 6

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

Shades of Lima #81B006

Tints of Lima #81B006

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.59%

 BLUE value IS 6 (2.73% from 255) = 1.93%

R = 41.48%
G = 56.59%
B = 1.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#81B006 (or 0x81B006) is known color: Lima. HEX triplet: 81, B0 and 06. RGB value is (129,176,6). Sum of RGB (Red+Green+Blue) = 129+176+6=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 176 (69.14% from 255 or 56.59% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 176 - color contains mainly: green. Hex color #81B006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81B006 is #7E4FF9. Grayscale: #8F8F8F. Windows color (decimal): -8278010 or 438401. OLE color: 438401.

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

Color convert

RGB 129 176 6 -
CMYK 0.27 0 0.97 0.31
HSL 76.59º 0.93% 0.36% -
HSV(B) 76.59º 0.97% 0.69% -
XYZ 24.61 35.73 5.77 -
YUV 142.57 50.93 118.32 -
System Red Green Blue C M Y K H S L
Decimal 129 176 6 0.27 0 0.97 0.31 76.59 0.93 0.36
Hex 81 B0 6 1B 0 61 1F 4D 5D 24
Octal 201 260 6 33 0 141 37 115 135 44
Binary 10000001 10110000 110 11011 0 1100001 11111 1001101 1011101 100100

Color Harmonies of #81B006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B006

Black with #81B006

Text Example


Text Example

White with #81B006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,176,6); }

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

background-color css

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

 a { background-color: rgb(129,176,6); }

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

border-color css

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

 span { border-color: rgb(129,176,6); }

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