Html Css Color HEX #81B728 Lima

📋 copy color: '#81B728'

red 129 ◦ green 183 ◦ blue 40

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

Shades of Lima #81B728

Tints of Lima #81B728

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.99%

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

R = 36.65%
G = 51.99%
B = 11.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#81B728 (or 0x81B728) is known color: Lima. HEX triplet: 81, B7 and 28. RGB value is (129,183,40). Sum of RGB (Red+Green+Blue) = 129+183+40=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #81B728 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B728 is #7E48D7. Grayscale: #979797. Windows color (decimal): -8276184 or 2668417. OLE color: 2668417.

HSL color Cylindrical-coordinate representation of color #81B728: hue angle of 82.66º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81B728 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 129 183 40 -
CMYK 0.30 0 0.78 0.28
HSL 82.66º 0.64% 0.44% -
HSV(B) 82.66º 0.78% 0.72% -
XYZ 26.37 38.69 8.09 -
YUV 150.55 65.61 112.63 -
System Red Green Blue C M Y K H S L
Decimal 129 183 40 0.30 0 0.78 0.28 82.66 0.64 0.44
Hex 81 B7 28 1E 0 4E 1C 53 40 2C
Octal 201 267 50 36 0 116 34 123 100 54
Binary 10000001 10110111 101000 11110 0 1001110 11100 1010011 1000000 101100

Color Harmonies of #81B728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B728

Black with #81B728

Text Example


Text Example

White with #81B728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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