Html Css Color HEX #81B705 Lima

📋 copy color: '#81B705'

red 129 ◦ green 183 ◦ blue 5

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

Shades of Lima #81B705

Tints of Lima #81B705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 40.69%
G = 57.73%
B = 1.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#81B705 (or 0x81B705) is known color: Lima. HEX triplet: 81, B7 and 05. RGB value is (129,183,5). Sum of RGB (Red+Green+Blue) = 129+183+5=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 183 (71.88% from 255 or 57.73% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 183 - color contains mainly: green. Hex color #81B705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B705 is #7E48FA. Grayscale: #939393. Windows color (decimal): -8276219 or 374657. OLE color: 374657.

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

Color convert

RGB 129 183 5 -
CMYK 0.30 0 0.97 0.28
HSL 78.2º 0.95% 0.37% -
HSV(B) 78.2º 0.97% 0.72% -
XYZ 26.01 38.55 6.21 -
YUV 146.56 48.11 115.47 -
System Red Green Blue C M Y K H S L
Decimal 129 183 5 0.30 0 0.97 0.28 78.2 0.95 0.37
Hex 81 B7 5 1E 0 61 1C 4E 5F 25
Octal 201 267 5 36 0 141 34 116 137 45
Binary 10000001 10110111 101 11110 0 1100001 11100 1001110 1011111 100101

Color Harmonies of #81B705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B705

Black with #81B705

Text Example


Text Example

White with #81B705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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