Html Css Color HEX #81BD12 Lima

📋 copy color: '#81BD12'

red 129 ◦ green 189 ◦ blue 18

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

Shades of Lima #81BD12

Tints of Lima #81BD12

RGB

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

 GREEN value IS 189 (74.22% from 255) = 56.25%

 BLUE value IS 18 (7.42% from 255) = 5.36%

R = 38.39%
G = 56.25%
B = 5.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#81BD12 (or 0x81BD12) is known color: Lima. HEX triplet: 81, BD and 12. RGB value is (129,189,18). Sum of RGB (Red+Green+Blue) = 129+189+18=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BD12 is #7E42ED. Grayscale: #989898. Windows color (decimal): -8274670 or 1228161. OLE color: 1228161.

HSL color Cylindrical-coordinate representation of color #81BD12: hue angle of 81.05º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81BD12 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 189 18 -
CMYK 0.32 0 0.90 0.26
HSL 81.05º 0.83% 0.41% -
HSV(B) 81.05º 0.9% 0.74% -
XYZ 27.36 41.11 7.06 -
YUV 151.57 52.62 111.9 -
System Red Green Blue C M Y K H S L
Decimal 129 189 18 0.32 0 0.90 0.26 81.05 0.83 0.41
Hex 81 BD 12 20 0 5A 1A 51 53 29
Octal 201 275 22 40 0 132 32 121 123 51
Binary 10000001 10111101 10010 100000 0 1011010 11010 1010001 1010011 101001

Color Harmonies of #81BD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BD12

Black with #81BD12

Text Example


Text Example

White with #81BD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,189,18); }

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

background-color css

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

 a { background-color: rgb(129,189,18); }

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

border-color css

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

 span { border-color: rgb(129,189,18); }

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