Html Css Color HEX #81C824 Lima

📋 copy color: '#81C824'

red 129 ◦ green 200 ◦ blue 36

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

Shades of Lima #81C824

Tints of Lima #81C824

RGB

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

 GREEN value IS 200 (78.52% from 255) = 54.79%

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

R = 35.34%
G = 54.79%
B = 9.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#81C824 (or 0x81C824) is known color: Lima. HEX triplet: 81, C8 and 24. RGB value is (129,200,36). Sum of RGB (Red+Green+Blue) = 129+200+36=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #81C824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C824 is #7E37DB. Grayscale: #A0A0A0. Windows color (decimal): -8271836 or 2410625. OLE color: 2410625.

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

Color convert

RGB 129 200 36 -
CMYK 0.36 0 0.82 0.22
HSL 85.98º 0.69% 0.46% -
HSV(B) 85.98º 0.82% 0.78% -
XYZ 30.03 46.1 8.99 -
YUV 160.08 57.98 105.84 -
System Red Green Blue C M Y K H S L
Decimal 129 200 36 0.36 0 0.82 0.22 85.98 0.69 0.46
Hex 81 C8 24 24 0 52 16 56 45 2E
Octal 201 310 44 44 0 122 26 126 105 56
Binary 10000001 11001000 100100 100100 0 1010010 10110 1010110 1000101 101110

Color Harmonies of #81C824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C824

Black with #81C824

Text Example


Text Example

White with #81C824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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