Html Css Color HEX #81C00D Lima

📋 copy color: '#81C00D'

red 129 ◦ green 192 ◦ blue 13

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

Shades of Lima #81C00D

Tints of Lima #81C00D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.49%

 BLUE value IS 13 (5.47% from 255) = 3.89%

R = 38.62%
G = 57.49%
B = 3.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#81C00D (or 0x81C00D) is known color: Lima. HEX triplet: 81, C0 and 0D. RGB value is (129,192,13). Sum of RGB (Red+Green+Blue) = 129+192+13=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #81C00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C00D is #7E3FF2. Grayscale: #999999. Windows color (decimal): -8273907 or 901249. OLE color: 901249.

HSL color Cylindrical-coordinate representation of color #81C00D: hue angle of 81.12º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81C00D is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 192 13 -
CMYK 0.33 0 0.93 0.25
HSL 81.12º 0.87% 0.4% -
HSV(B) 81.12º 0.93% 0.75% -
XYZ 27.98 42.4 7.09 -
YUV 152.76 49.13 111.05 -
System Red Green Blue C M Y K H S L
Decimal 129 192 13 0.33 0 0.93 0.25 81.12 0.87 0.4
Hex 81 C0 D 21 0 5D 19 51 57 28
Octal 201 300 15 41 0 135 31 121 127 50
Binary 10000001 11000000 1101 100001 0 1011101 11001 1010001 1010111 101000

Color Harmonies of #81C00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C00D

Black with #81C00D

Text Example


Text Example

White with #81C00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,192,13); }

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

background-color css

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

 a { background-color: rgb(129,192,13); }

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

border-color css

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

 span { border-color: rgb(129,192,13); }

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