Html Css Color HEX #81C032 Lima

📋 copy color: '#81C032'

red 129 ◦ green 192 ◦ blue 50

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

Shades of Lima #81C032

Tints of Lima #81C032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.75%

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

R = 34.77%
G = 51.75%
B = 13.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#81C032 (or 0x81C032) is known color: Lima. HEX triplet: 81, C0 and 32. RGB value is (129,192,50). Sum of RGB (Red+Green+Blue) = 129+192+50=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #81C032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C032 is #7E3FCD. Grayscale: #9D9D9D. Windows color (decimal): -8273870 or 3326081. OLE color: 3326081.

HSL color Cylindrical-coordinate representation of color #81C032: hue angle of 86.62º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #81C032 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 192 50 -
CMYK 0.33 0 0.74 0.25
HSL 86.62º 0.59% 0.47% -
HSV(B) 86.62º 0.74% 0.75% -
XYZ 28.48 42.6 9.74 -
YUV 156.98 67.63 108.05 -
System Red Green Blue C M Y K H S L
Decimal 129 192 50 0.33 0 0.74 0.25 86.62 0.59 0.47
Hex 81 C0 32 21 0 4A 19 57 3B 2F
Octal 201 300 62 41 0 112 31 127 73 57
Binary 10000001 11000000 110010 100001 0 1001010 11001 1010111 111011 101111

Color Harmonies of #81C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C032

Black with #81C032

Text Example


Text Example

White with #81C032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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