Html Css Color HEX #81BD32 Lima

📋 copy color: '#81BD32'

red 129 ◦ green 189 ◦ blue 50

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

Shades of Lima #81BD32

Tints of Lima #81BD32

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.36%

 BLUE value IS 50 (19.92% from 255) = 13.59%

R = 35.05%
G = 51.36%
B = 13.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#81BD32 (or 0x81BD32) is known color: Lima. HEX triplet: 81, BD and 32. RGB value is (129,189,50). Sum of RGB (Red+Green+Blue) = 129+189+50=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BD32 is #7E42CD. Grayscale: #9B9B9B. Windows color (decimal): -8274638 or 3325313. OLE color: 3325313.

HSL color Cylindrical-coordinate representation of color #81BD32: hue angle of 85.9º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #81BD32 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 189 50 -
CMYK 0.32 0 0.74 0.26
HSL 85.9º 0.58% 0.47% -
HSV(B) 85.9º 0.74% 0.74% -
XYZ 27.83 41.29 9.52 -
YUV 155.21 68.62 109.3 -
System Red Green Blue C M Y K H S L
Decimal 129 189 50 0.32 0 0.74 0.26 85.9 0.58 0.47
Hex 81 BD 32 20 0 4A 1A 56 3A 2F
Octal 201 275 62 40 0 112 32 126 72 57
Binary 10000001 10111101 110010 100000 0 1001010 11010 1010110 111010 101111

Color Harmonies of #81BD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BD32

Black with #81BD32

Text Example


Text Example

White with #81BD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,189,50); }

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

background-color css

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

 a { background-color: rgb(129,189,50); }

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

border-color css

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

 span { border-color: rgb(129,189,50); }

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