Html Css Color HEX #81BC44 Mantis

📋 copy color: '#81BC44'

red 129 ◦ green 188 ◦ blue 68

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

Shades of Mantis #81BC44

Tints of Mantis #81BC44

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.83%

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

R = 33.51%
G = 48.83%
B = 17.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#81BC44 (or 0x81BC44) is known color: Mantis. HEX triplet: 81, BC and 44. RGB value is (129,188,68). Sum of RGB (Red+Green+Blue) = 129+188+68=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BC44 is #7E43BB. Grayscale: #9D9D9D. Windows color (decimal): -8274876 or 4504705. OLE color: 4504705.

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

Color convert

RGB 129 188 68 -
CMYK 0.31 0 0.64 0.26
HSL 89.5º 0.47% 0.5% -
HSV(B) 89.5º 0.64% 0.74% -
XYZ 28.08 41.05 11.91 -
YUV 156.68 77.95 108.26 -
System Red Green Blue C M Y K H S L
Decimal 129 188 68 0.31 0 0.64 0.26 89.5 0.47 0.5
Hex 81 BC 44 1F 0 40 1A 5A 2F 32
Octal 201 274 104 37 0 100 32 132 57 62
Binary 10000001 10111100 1000100 11111 0 1000000 11010 1011010 101111 110010

Color Harmonies of #81BC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BC44

Black with #81BC44

Text Example


Text Example

White with #81BC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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