Html Css Color HEX #81B313 Lima

📋 copy color: '#81B313'

red 129 ◦ green 179 ◦ blue 19

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

Shades of Lima #81B313

Tints of Lima #81B313

RGB

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

 GREEN value IS 179 (70.31% from 255) = 54.74%

 BLUE value IS 19 (7.81% from 255) = 5.81%

R = 39.45%
G = 54.74%
B = 5.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#81B313 (or 0x81B313) is known color: Lima. HEX triplet: 81, B3 and 13. RGB value is (129,179,19). Sum of RGB (Red+Green+Blue) = 129+179+19=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 179 (70.31% from 255 or 54.74% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 179 - color contains mainly: green. Hex color #81B313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B313 is #7E4CEC. Grayscale: #929292. Windows color (decimal): -8277229 or 1291137. OLE color: 1291137.

HSL color Cylindrical-coordinate representation of color #81B313: hue angle of 78.75º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81B313 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 129 179 19 -
CMYK 0.28 0 0.89 0.30
HSL 78.75º 0.81% 0.39% -
HSV(B) 78.75º 0.89% 0.7% -
XYZ 25.29 36.95 6.42 -
YUV 145.81 56.44 116.01 -
System Red Green Blue C M Y K H S L
Decimal 129 179 19 0.28 0 0.89 0.30 78.75 0.81 0.39
Hex 81 B3 13 1C 0 59 1E 4F 51 27
Octal 201 263 23 34 0 131 36 117 121 47
Binary 10000001 10110011 10011 11100 0 1011001 11110 1001111 1010001 100111

Color Harmonies of #81B313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B313

Black with #81B313

Text Example


Text Example

White with #81B313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,179,19); }

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

background-color css

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

 a { background-color: rgb(129,179,19); }

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

border-color css

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

 span { border-color: rgb(129,179,19); }

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