Html Css Color HEX #81C310 Lima

📋 copy color: '#81C310'

red 129 ◦ green 195 ◦ blue 16

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

Shades of Lima #81C310

Tints of Lima #81C310

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.35%

 BLUE value IS 16 (6.64% from 255) = 4.71%

R = 37.94%
G = 57.35%
B = 4.71%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#81C310 (or 0x81C310) is known color: Lima. HEX triplet: 81, C3 and 10. RGB value is (129,195,16). Sum of RGB (Red+Green+Blue) = 129+195+16=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 195 (76.56% from 255 or 57.35% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 195 - color contains mainly: green. Hex color #81C310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C310 is #7E3CEF. Grayscale: #9B9B9B. Windows color (decimal): -8273136 or 1098625. OLE color: 1098625.

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

Color convert

RGB 129 195 16 -
CMYK 0.34 0 0.92 0.24
HSL 82.12º 0.85% 0.41% -
HSV(B) 82.12º 0.92% 0.76% -
XYZ 28.66 43.73 7.42 -
YUV 154.86 49.63 109.55 -
System Red Green Blue C M Y K H S L
Decimal 129 195 16 0.34 0 0.92 0.24 82.12 0.85 0.41
Hex 81 C3 10 22 0 5C 18 52 55 29
Octal 201 303 20 42 0 134 30 122 125 51
Binary 10000001 11000011 10000 100010 0 1011100 11000 1010010 1010101 101001

Color Harmonies of #81C310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C310

Black with #81C310

Text Example


Text Example

White with #81C310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,195,16); }

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

background-color css

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

 a { background-color: rgb(129,195,16); }

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

border-color css

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

 span { border-color: rgb(129,195,16); }

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