Html Css Color HEX #81B527 Lima

📋 copy color: '#81B527'

red 129 ◦ green 181 ◦ blue 39

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

Shades of Lima #81B527

Tints of Lima #81B527

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.86%

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

R = 36.96%
G = 51.86%
B = 11.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#81B527 (or 0x81B527) is known color: Lima. HEX triplet: 81, B5 and 27. RGB value is (129,181,39). Sum of RGB (Red+Green+Blue) = 129+181+39=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #81B527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B527 is #7E4AD8. Grayscale: #959595. Windows color (decimal): -8276697 or 2602369. OLE color: 2602369.

HSL color Cylindrical-coordinate representation of color #81B527: hue angle of 81.97º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81B527 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 181 39 -
CMYK 0.29 0 0.78 0.29
HSL 81.97º 0.65% 0.43% -
HSV(B) 81.97º 0.78% 0.71% -
XYZ 25.94 37.86 7.86 -
YUV 149.26 65.77 113.55 -
System Red Green Blue C M Y K H S L
Decimal 129 181 39 0.29 0 0.78 0.29 81.97 0.65 0.43
Hex 81 B5 27 1D 0 4E 1D 52 41 2B
Octal 201 265 47 35 0 116 35 122 101 53
Binary 10000001 10110101 100111 11101 0 1001110 11101 1010010 1000001 101011

Color Harmonies of #81B527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B527

Black with #81B527

Text Example


Text Example

White with #81B527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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