Html Css Color HEX #81A700 Lima

📋 copy color: '#81A700'

red 129 ◦ green 167 ◦ blue 0

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

Shades of Lima #81A700

Tints of Lima #81A700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 56.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.58%
G = 56.42%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#81A700 (or 0x81A700) is known color: Lima. HEX triplet: 81, A7 and 00. RGB value is (129,167,0). Sum of RGB (Red+Green+Blue) = 129+167+0=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 167 (65.62% from 255 or 56.42% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 167 - color contains mainly: green. Hex color #81A700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A700 is #7E58FF. Grayscale: #898989. Windows color (decimal): -8280320 or 42881. OLE color: 42881.

HSL color Cylindrical-coordinate representation of color #81A700: hue angle of 73.65º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81A700 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 129 167 0 -
CMYK 0.23 0 1 0.35
HSL 73.65º 1% 0.33% -
HSV(B) 73.65º 1% 0.65% -
XYZ 22.87 32.3 5.03 -
YUV 136.6 50.91 122.58 -
System Red Green Blue C M Y K H S L
Decimal 129 167 0 0.23 0 1 0.35 73.65 1 0.33
Hex 81 A7 0 17 0 64 23 4A 64 21
Octal 201 247 0 27 0 144 43 112 144 41
Binary 10000001 10100111 0 10111 0 1100100 100011 1001010 1100100 100001

Color Harmonies of #81A700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A700

Black with #81A700

Text Example


Text Example

White with #81A700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,167,0); }

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

background-color css

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

 a { background-color: rgb(129,167,0); }

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

border-color css

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

 span { border-color: rgb(129,167,0); }

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