Html Css Color HEX #81C524 Lima

📋 copy color: '#81C524'

red 129 ◦ green 197 ◦ blue 36

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

Shades of Lima #81C524

Tints of Lima #81C524

RGB

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

 GREEN value IS 197 (77.34% from 255) = 54.42%

 BLUE value IS 36 (14.45% from 255) = 9.94%

R = 35.64%
G = 54.42%
B = 9.94%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#81C524 (or 0x81C524) is known color: Lima. HEX triplet: 81, C5 and 24. RGB value is (129,197,36). Sum of RGB (Red+Green+Blue) = 129+197+36=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 197 (77.34% from 255 or 54.42% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 197 - color contains mainly: green. Hex color #81C524 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C524 is #7E3ADB. Grayscale: #9E9E9E. Windows color (decimal): -8272604 or 2409857. OLE color: 2409857.

HSL color Cylindrical-coordinate representation of color #81C524: hue angle of 85.34º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #81C524 is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 129 197 36 -
CMYK 0.35 0 0.82 0.23
HSL 85.34º 0.69% 0.46% -
HSV(B) 85.34º 0.82% 0.77% -
XYZ 29.34 44.73 8.76 -
YUV 158.31 58.97 107.09 -
System Red Green Blue C M Y K H S L
Decimal 129 197 36 0.35 0 0.82 0.23 85.34 0.69 0.46
Hex 81 C5 24 23 0 52 17 55 45 2E
Octal 201 305 44 43 0 122 27 125 105 56
Binary 10000001 11000101 100100 100011 0 1010010 10111 1010101 1000101 101110

Color Harmonies of #81C524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C524

Black with #81C524

Text Example


Text Example

White with #81C524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,197,36); }

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

background-color css

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

 a { background-color: rgb(129,197,36); }

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

border-color css

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

 span { border-color: rgb(129,197,36); }

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