Html Css Color HEX #81C031 Lima

📋 copy color: '#81C031'

red 129 ◦ green 192 ◦ blue 49

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

Shades of Lima #81C031

Tints of Lima #81C031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.24%

R = 34.86%
G = 51.89%
B = 13.24%

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

#81C031 (or 0x81C031) is known color: Lima. HEX triplet: 81, C0 and 31. RGB value is (129,192,49). Sum of RGB (Red+Green+Blue) = 129+192+49=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #81C031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C031 is #7E3FCE. Grayscale: #9D9D9D. Windows color (decimal): -8273871 or 3260545. OLE color: 3260545.

HSL color Cylindrical-coordinate representation of color #81C031: hue angle of 86.43º 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 #81C031 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 192 49 -
CMYK 0.33 0 0.74 0.25
HSL 86.43º 0.59% 0.47% -
HSV(B) 86.43º 0.74% 0.75% -
XYZ 28.46 42.59 9.63 -
YUV 156.86 67.13 108.13 -
System Red Green Blue C M Y K H S L
Decimal 129 192 49 0.33 0 0.74 0.25 86.43 0.59 0.47
Hex 81 C0 31 21 0 4A 19 56 3B 2F
Octal 201 300 61 41 0 112 31 126 73 57
Binary 10000001 11000000 110001 100001 0 1001010 11001 1010110 111011 101111

Color Harmonies of #81C031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C031

Black with #81C031

Text Example


Text Example

White with #81C031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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