Html Css Color HEX #81C00B Lima

📋 copy color: '#81C00B'

red 129 ◦ green 192 ◦ blue 11

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

Shades of Lima #81C00B

Tints of Lima #81C00B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.31%

R = 38.86%
G = 57.83%
B = 3.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#81C00B (or 0x81C00B) is known color: Lima. HEX triplet: 81, C0 and 0B. RGB value is (129,192,11). Sum of RGB (Red+Green+Blue) = 129+192+11=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 192 (75.39% from 255 or 57.83% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 192 - color contains mainly: green. Hex color #81C00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C00B is #7E3FF4. Grayscale: #999999. Windows color (decimal): -8273909 or 770177. OLE color: 770177.

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

Color convert

RGB 129 192 11 -
CMYK 0.33 0 0.94 0.25
HSL 80.88º 0.89% 0.4% -
HSV(B) 80.88º 0.94% 0.75% -
XYZ 27.96 42.39 7.02 -
YUV 152.53 48.13 111.22 -
System Red Green Blue C M Y K H S L
Decimal 129 192 11 0.33 0 0.94 0.25 80.88 0.89 0.4
Hex 81 C0 B 21 0 5E 19 51 59 28
Octal 201 300 13 41 0 136 31 121 131 50
Binary 10000001 11000000 1011 100001 0 1011110 11001 1010001 1011001 101000

Color Harmonies of #81C00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C00B

Black with #81C00B

Text Example


Text Example

White with #81C00B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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