Html Css Color HEX #81BF44 Mantis

📋 copy color: '#81BF44'

red 129 ◦ green 191 ◦ blue 68

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

Shades of Mantis #81BF44

Tints of Mantis #81BF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.53%

R = 33.25%
G = 49.23%
B = 17.53%

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

#81BF44 (or 0x81BF44) is known color: Mantis. HEX triplet: 81, BF and 44. RGB value is (129,191,68). Sum of RGB (Red+Green+Blue) = 129+191+68=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BF44 is #7E40BB. Grayscale: #9E9E9E. Windows color (decimal): -8274108 or 4505473. OLE color: 4505473.

HSL color Cylindrical-coordinate representation of color #81BF44: hue angle of 90.24º 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 #81BF44 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 191 68 -
CMYK 0.32 0 0.64 0.25
HSL 90.24º 0.49% 0.51% -
HSV(B) 90.24º 0.64% 0.75% -
XYZ 28.73 42.35 12.13 -
YUV 158.44 76.96 107 -
System Red Green Blue C M Y K H S L
Decimal 129 191 68 0.32 0 0.64 0.25 90.24 0.49 0.51
Hex 81 BF 44 20 0 40 19 5A 31 33
Octal 201 277 104 40 0 100 31 132 61 63
Binary 10000001 10111111 1000100 100000 0 1000000 11001 1011010 110001 110011

Color Harmonies of #81BF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BF44

Black with #81BF44

Text Example


Text Example

White with #81BF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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