Html Css Color HEX #81CF49 Mantis

📋 copy color: '#81CF49'

red 129 ◦ green 207 ◦ blue 73

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

Shades of Mantis #81CF49

Tints of Mantis #81CF49

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.61%

 BLUE value IS 73 (28.91% from 255) = 17.85%

R = 31.54%
G = 50.61%
B = 17.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#81CF49 (or 0x81CF49) is known color: Mantis. HEX triplet: 81, CF and 49. RGB value is (129,207,73). Sum of RGB (Red+Green+Blue) = 129+207+73=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #81CF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CF49 is #7E30B6. Grayscale: #A8A8A8. Windows color (decimal): -8270007 or 4837249. OLE color: 4837249.

HSL color Cylindrical-coordinate representation of color #81CF49: hue angle of 94.93º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #81CF49 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 207 73 -
CMYK 0.38 0 0.65 0.19
HSL 94.93º 0.58% 0.55% -
HSV(B) 94.93º 0.65% 0.81% -
XYZ 32.57 49.77 14.19 -
YUV 168.4 74.16 99.9 -
System Red Green Blue C M Y K H S L
Decimal 129 207 73 0.38 0 0.65 0.19 94.93 0.58 0.55
Hex 81 CF 49 26 0 41 13 5F 3A 37
Octal 201 317 111 46 0 101 23 137 72 67
Binary 10000001 11001111 1001001 100110 0 1000001 10011 1011111 111010 110111

Color Harmonies of #81CF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CF49

Black with #81CF49

Text Example


Text Example

White with #81CF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,207,73); }

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

background-color css

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

 a { background-color: rgb(129,207,73); }

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

border-color css

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

 span { border-color: rgb(129,207,73); }

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