Html Css Color HEX #81BF45 Mantis

📋 copy color: '#81BF45'

red 129 ◦ green 191 ◦ blue 69

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

Shades of Mantis #81BF45

Tints of Mantis #81BF45

RGB

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

 GREEN value IS 191 (75% from 255) = 49.1%

 BLUE value IS 69 (27.34% from 255) = 17.74%

R = 33.16%
G = 49.1%
B = 17.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#81BF45 (or 0x81BF45) is known color: Mantis. HEX triplet: 81, BF and 45. RGB value is (129,191,69). Sum of RGB (Red+Green+Blue) = 129+191+69=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BF45 is #7E40BA. Grayscale: #9E9E9E. Windows color (decimal): -8274107 or 4571009. OLE color: 4571009.

HSL color Cylindrical-coordinate representation of color #81BF45: hue angle of 90.49º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81BF45 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 191 69 -
CMYK 0.32 0 0.64 0.25
HSL 90.49º 0.49% 0.51% -
HSV(B) 90.49º 0.64% 0.75% -
XYZ 28.76 42.36 12.29 -
YUV 158.55 77.46 106.92 -
System Red Green Blue C M Y K H S L
Decimal 129 191 69 0.32 0 0.64 0.25 90.49 0.49 0.51
Hex 81 BF 45 20 0 40 19 5A 31 33
Octal 201 277 105 40 0 100 31 132 61 63
Binary 10000001 10111111 1000101 100000 0 1000000 11001 1011010 110001 110011

Color Harmonies of #81BF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BF45

Black with #81BF45

Text Example


Text Example

White with #81BF45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,191,69); }

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

background-color css

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

 a { background-color: rgb(129,191,69); }

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

border-color css

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

 span { border-color: rgb(129,191,69); }

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