Html Css Color HEX #81BD3F Mantis

📋 copy color: '#81BD3F'

red 129 ◦ green 189 ◦ blue 63

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

Shades of Mantis #81BD3F

Tints of Mantis #81BD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.54%

R = 33.86%
G = 49.61%
B = 16.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#81BD3F (or 0x81BD3F) is known color: Mantis. HEX triplet: 81, BD and 3F. RGB value is (129,189,63). Sum of RGB (Red+Green+Blue) = 129+189+63=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BD3F is #7E42C0. Grayscale: #9D9D9D. Windows color (decimal): -8274625 or 4177281. OLE color: 4177281.

HSL color Cylindrical-coordinate representation of color #81BD3F: hue angle of 88.57º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81BD3F is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 189 63 -
CMYK 0.32 0 0.67 0.26
HSL 88.57º 0.5% 0.49% -
HSV(B) 88.57º 0.67% 0.74% -
XYZ 28.15 41.42 11.21 -
YUV 156.7 75.12 108.25 -
System Red Green Blue C M Y K H S L
Decimal 129 189 63 0.32 0 0.67 0.26 88.57 0.5 0.49
Hex 81 BD 3F 20 0 43 1A 59 32 31
Octal 201 275 77 40 0 103 32 131 62 61
Binary 10000001 10111101 111111 100000 0 1000011 11010 1011001 110010 110001

Color Harmonies of #81BD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BD3F

Black with #81BD3F

Text Example


Text Example

White with #81BD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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