Html Css Color HEX #81C111 Lima

📋 copy color: '#81C111'

red 129 ◦ green 193 ◦ blue 17

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

Shades of Lima #81C111

Tints of Lima #81C111

RGB

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

 GREEN value IS 193 (75.78% from 255) = 56.93%

 BLUE value IS 17 (7.03% from 255) = 5.01%

R = 38.05%
G = 56.93%
B = 5.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#81C111 (or 0x81C111) is known color: Lima. HEX triplet: 81, C1 and 11. RGB value is (129,193,17). Sum of RGB (Red+Green+Blue) = 129+193+17=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 193 (75.78% from 255 or 56.93% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 193 - color contains mainly: green. Hex color #81C111 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C111 is #7E3EEE. Grayscale: #9A9A9A. Windows color (decimal): -8273647 or 1163649. OLE color: 1163649.

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

Color convert

RGB 129 193 17 -
CMYK 0.33 0 0.91 0.24
HSL 81.82º 0.84% 0.41% -
HSV(B) 81.82º 0.91% 0.76% -
XYZ 28.22 42.85 7.31 -
YUV 153.8 50.8 110.31 -
System Red Green Blue C M Y K H S L
Decimal 129 193 17 0.33 0 0.91 0.24 81.82 0.84 0.41
Hex 81 C1 11 21 0 5B 18 52 54 29
Octal 201 301 21 41 0 133 30 122 124 51
Binary 10000001 11000001 10001 100001 0 1011011 11000 1010010 1010100 101001

Color Harmonies of #81C111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C111

Black with #81C111

Text Example


Text Example

White with #81C111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,193,17); }

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

background-color css

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

 a { background-color: rgb(129,193,17); }

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

border-color css

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

 span { border-color: rgb(129,193,17); }

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