Html Css Color HEX #81C128 Lima

📋 copy color: '#81C128'

red 129 ◦ green 193 ◦ blue 40

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

Shades of Lima #81C128

Tints of Lima #81C128

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.31%

 BLUE value IS 40 (16.02% from 255) = 11.05%

R = 35.64%
G = 53.31%
B = 11.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#81C128 (or 0x81C128) is known color: Lima. HEX triplet: 81, C1 and 28. RGB value is (129,193,40). Sum of RGB (Red+Green+Blue) = 129+193+40=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 193 (75.78% from 255 or 53.31% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 193 - color contains mainly: green. Hex color #81C128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C128 is #7E3ED7. Grayscale: #9C9C9C. Windows color (decimal): -8273624 or 2670977. OLE color: 2670977.

HSL color Cylindrical-coordinate representation of color #81C128: hue angle of 85.1º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #81C128 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 129 193 40 -
CMYK 0.33 0 0.79 0.24
HSL 85.1º 0.66% 0.46% -
HSV(B) 85.1º 0.79% 0.76% -
XYZ 28.51 42.96 8.8 -
YUV 156.42 62.3 108.44 -
System Red Green Blue C M Y K H S L
Decimal 129 193 40 0.33 0 0.79 0.24 85.1 0.66 0.46
Hex 81 C1 28 21 0 4F 18 55 42 2E
Octal 201 301 50 41 0 117 30 125 102 56
Binary 10000001 11000001 101000 100001 0 1001111 11000 1010101 1000010 101110

Color Harmonies of #81C128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C128

Black with #81C128

Text Example


Text Example

White with #81C128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,193,40); }

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

background-color css

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

 a { background-color: rgb(129,193,40); }

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

border-color css

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

 span { border-color: rgb(129,193,40); }

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