Html Css Color HEX #81C321 Lima

📋 copy color: '#81C321'

red 129 ◦ green 195 ◦ blue 33

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

Shades of Lima #81C321

Tints of Lima #81C321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.24%

R = 36.13%
G = 54.62%
B = 9.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#81C321 (or 0x81C321) is known color: Lima. HEX triplet: 81, C3 and 21. RGB value is (129,195,33). Sum of RGB (Red+Green+Blue) = 129+195+33=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 195 (76.56% from 255 or 54.62% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 195 - color contains mainly: green. Hex color #81C321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C321 is #7E3CDE. Grayscale: #9D9D9D. Windows color (decimal): -8273119 or 2212737. OLE color: 2212737.

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

Color convert

RGB 129 195 33 -
CMYK 0.34 0 0.83 0.24
HSL 84.44º 0.71% 0.45% -
HSV(B) 84.44º 0.83% 0.76% -
XYZ 28.84 43.81 8.37 -
YUV 156.8 58.13 108.17 -
System Red Green Blue C M Y K H S L
Decimal 129 195 33 0.34 0 0.83 0.24 84.44 0.71 0.45
Hex 81 C3 21 22 0 53 18 54 47 2D
Octal 201 303 41 42 0 123 30 124 107 55
Binary 10000001 11000011 100001 100010 0 1010011 11000 1010100 1000111 101101

Color Harmonies of #81C321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C321

Black with #81C321

Text Example


Text Example

White with #81C321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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