Html Css Color HEX #81AD27 Lima

📋 copy color: '#81AD27'

red 129 ◦ green 173 ◦ blue 39

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

Shades of Lima #81AD27

Tints of Lima #81AD27

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.73%

 BLUE value IS 39 (15.63% from 255) = 11.44%

R = 37.83%
G = 50.73%
B = 11.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#81AD27 (or 0x81AD27) is known color: Lima. HEX triplet: 81, AD and 27. RGB value is (129,173,39). Sum of RGB (Red+Green+Blue) = 129+173+39=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AD27 is #7E52D8. Grayscale: #919191. Windows color (decimal): -8278745 or 2600321. OLE color: 2600321.

HSL color Cylindrical-coordinate representation of color #81AD27: hue angle of 79.7º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81AD27 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 173 39 -
CMYK 0.25 0 0.77 0.32
HSL 79.7º 0.63% 0.42% -
HSV(B) 79.7º 0.77% 0.68% -
XYZ 24.36 34.7 7.33 -
YUV 144.57 68.42 116.9 -
System Red Green Blue C M Y K H S L
Decimal 129 173 39 0.25 0 0.77 0.32 79.7 0.63 0.42
Hex 81 AD 27 19 0 4D 20 50 3F 2A
Octal 201 255 47 31 0 115 40 120 77 52
Binary 10000001 10101101 100111 11001 0 1001101 100000 1010000 111111 101010

Color Harmonies of #81AD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AD27

Black with #81AD27

Text Example


Text Example

White with #81AD27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,173,39); }

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

background-color css

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

 a { background-color: rgb(129,173,39); }

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

border-color css

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

 span { border-color: rgb(129,173,39); }

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