Html Css Color HEX #81B905 Lima

📋 copy color: '#81B905'

red 129 ◦ green 185 ◦ blue 5

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

Shades of Lima #81B905

Tints of Lima #81B905

RGB

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

 GREEN value IS 185 (72.66% from 255) = 57.99%

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

R = 40.44%
G = 57.99%
B = 1.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#81B905 (or 0x81B905) is known color: Lima. HEX triplet: 81, B9 and 05. RGB value is (129,185,5). Sum of RGB (Red+Green+Blue) = 129+185+5=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 185 (72.66% from 255 or 57.99% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 185 - color contains mainly: green. Hex color #81B905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B905 is #7E46FA. Grayscale: #949494. Windows color (decimal): -8275707 or 375169. OLE color: 375169.

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

Color convert

RGB 129 185 5 -
CMYK 0.30 0 0.97 0.27
HSL 78.67º 0.95% 0.37% -
HSV(B) 78.67º 0.97% 0.73% -
XYZ 26.43 39.38 6.35 -
YUV 147.74 47.45 114.64 -
System Red Green Blue C M Y K H S L
Decimal 129 185 5 0.30 0 0.97 0.27 78.67 0.95 0.37
Hex 81 B9 5 1E 0 61 1B 4F 5F 25
Octal 201 271 5 36 0 141 33 117 137 45
Binary 10000001 10111001 101 11110 0 1100001 11011 1001111 1011111 100101

Color Harmonies of #81B905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B905

Black with #81B905

Text Example


Text Example

White with #81B905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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