Html Css Color HEX #81C348 Mantis

📋 copy color: '#81C348'

red 129 ◦ green 195 ◦ blue 72

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

Shades of Mantis #81C348

Tints of Mantis #81C348

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.24%

 BLUE value IS 72 (28.52% from 255) = 18.18%

R = 32.58%
G = 49.24%
B = 18.18%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#81C348 (or 0x81C348) is known color: Mantis. HEX triplet: 81, C3 and 48. RGB value is (129,195,72). Sum of RGB (Red+Green+Blue) = 129+195+72=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #81C348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C348 is #7E3CB7. Grayscale: #A1A1A1. Windows color (decimal): -8273080 or 4768641. OLE color: 4768641.

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

Color convert

RGB 129 195 72 -
CMYK 0.34 0 0.63 0.24
HSL 92.2º 0.51% 0.52% -
HSV(B) 92.2º 0.63% 0.76% -
XYZ 29.74 44.17 13.09 -
YUV 161.24 77.63 105 -
System Red Green Blue C M Y K H S L
Decimal 129 195 72 0.34 0 0.63 0.24 92.2 0.51 0.52
Hex 81 C3 48 22 0 3F 18 5C 33 34
Octal 201 303 110 42 0 77 30 134 63 64
Binary 10000001 11000011 1001000 100010 0 111111 11000 1011100 110011 110100

Color Harmonies of #81C348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C348

Black with #81C348

Text Example


Text Example

White with #81C348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,195,72); }

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

background-color css

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

 a { background-color: rgb(129,195,72); }

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

border-color css

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

 span { border-color: rgb(129,195,72); }

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