Html Css Color HEX #81C264 Mantis

📋 copy color: '#81C264'

red 129 ◦ green 194 ◦ blue 100

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

Shades of Mantis #81C264

Tints of Mantis #81C264

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.86%

 BLUE value IS 100 (39.45% from 255) = 23.64%

R = 30.5%
G = 45.86%
B = 23.64%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#81C264 (or 0x81C264) is known color: Mantis. HEX triplet: 81, C2 and 64. RGB value is (129,194,100). Sum of RGB (Red+Green+Blue) = 129+194+100=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #81C264 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C264 is #7E3D9B. Grayscale: #A4A4A4. Windows color (decimal): -8273308 or 6603393. OLE color: 6603393.

HSL color Cylindrical-coordinate representation of color #81C264: hue angle of 101.49º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81C264 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 129 194 100 -
CMYK 0.34 0 0.48 0.24
HSL 101.49º 0.44% 0.58% -
HSV(B) 101.49º 0.48% 0.76% -
XYZ 30.65 44.17 18.97 -
YUV 163.85 91.97 103.14 -
System Red Green Blue C M Y K H S L
Decimal 129 194 100 0.34 0 0.48 0.24 101.49 0.44 0.58
Hex 81 C2 64 22 0 30 18 65 2C 3A
Octal 201 302 144 42 0 60 30 145 54 72
Binary 10000001 11000010 1100100 100010 0 110000 11000 1100101 101100 111010

Color Harmonies of #81C264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C264

Black with #81C264

Text Example


Text Example

White with #81C264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,194,100); }

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

background-color css

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

 a { background-color: rgb(129,194,100); }

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

border-color css

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

 span { border-color: rgb(129,194,100); }

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