Html Css Color HEX #81BC41 Mantis

📋 copy color: '#81BC41'

red 129 ◦ green 188 ◦ blue 65

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

Shades of Mantis #81BC41

Tints of Mantis #81BC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.02%

R = 33.77%
G = 49.21%
B = 17.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#81BC41 (or 0x81BC41) is known color: Mantis. HEX triplet: 81, BC and 41. RGB value is (129,188,65). Sum of RGB (Red+Green+Blue) = 129+188+65=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BC41 is #7E43BE. Grayscale: #9C9C9C. Windows color (decimal): -8274879 or 4308097. OLE color: 4308097.

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

Color convert

RGB 129 188 65 -
CMYK 0.31 0 0.65 0.26
HSL 88.78º 0.49% 0.5% -
HSV(B) 88.78º 0.65% 0.74% -
XYZ 27.99 41.02 11.44 -
YUV 156.34 76.45 108.5 -
System Red Green Blue C M Y K H S L
Decimal 129 188 65 0.31 0 0.65 0.26 88.78 0.49 0.5
Hex 81 BC 41 1F 0 41 1A 59 31 32
Octal 201 274 101 37 0 101 32 131 61 62
Binary 10000001 10111100 1000001 11111 0 1000001 11010 1011001 110001 110010

Color Harmonies of #81BC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BC41

Black with #81BC41

Text Example


Text Example

White with #81BC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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