Html Css Color HEX #81C320 Lima

📋 copy color: '#81C320'

red 129 ◦ green 195 ◦ blue 32

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

Shades of Lima #81C320

Tints of Lima #81C320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.78%

 BLUE value IS 32 (12.89% from 255) = 8.99%

R = 36.24%
G = 54.78%
B = 8.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#81C320 (or 0x81C320) is known color: Lima. HEX triplet: 81, C3 and 20. RGB value is (129,195,32). Sum of RGB (Red+Green+Blue) = 129+195+32=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #81C320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C320 is #7E3CDF. Grayscale: #9D9D9D. Windows color (decimal): -8273120 or 2147201. OLE color: 2147201.

HSL color Cylindrical-coordinate representation of color #81C320: hue angle of 84.29º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81C320 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 129 195 32 -
CMYK 0.34 0 0.84 0.24
HSL 84.29º 0.72% 0.45% -
HSV(B) 84.29º 0.84% 0.76% -
XYZ 28.83 43.8 8.3 -
YUV 156.68 57.63 108.25 -
System Red Green Blue C M Y K H S L
Decimal 129 195 32 0.34 0 0.84 0.24 84.29 0.72 0.45
Hex 81 C3 20 22 0 54 18 54 48 2D
Octal 201 303 40 42 0 124 30 124 110 55
Binary 10000001 11000011 100000 100010 0 1010100 11000 1010100 1001000 101101

Color Harmonies of #81C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C320

Black with #81C320

Text Example


Text Example

White with #81C320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,195,32); }

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

background-color css

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

 a { background-color: rgb(129,195,32); }

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

border-color css

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

 span { border-color: rgb(129,195,32); }

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