Html Css Color HEX #7FC048 Mantis

📋 copy color: '#7FC048'

red 127 ◦ green 192 ◦ blue 72

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

Shades of Mantis #7FC048

Tints of Mantis #7FC048

RGB

 RED value IS 127 (50% from 255) = 32.48%

 GREEN value IS 192 (75.39% from 255) = 49.1%

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

R = 32.48%
G = 49.1%
B = 18.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#7FC048 (or 0x7FC048) is known color: Mantis. HEX triplet: 7F, C0 and 48. RGB value is (127,192,72). Sum of RGB (Red+Green+Blue) = 127+192+72=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC048 is #803FB7. Grayscale: #9F9F9F. Windows color (decimal): -8404920 or 4767871. OLE color: 4767871.

HSL color Cylindrical-coordinate representation of color #7FC048: hue angle of 92.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7FC048 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 192 72 -
CMYK 0.34 0 0.63 0.25
HSL 92.5º 0.49% 0.52% -
HSV(B) 92.5º 0.63% 0.75% -
XYZ 28.77 42.68 12.85 -
YUV 158.89 78.97 105.26 -
System Red Green Blue C M Y K H S L
Decimal 127 192 72 0.34 0 0.63 0.25 92.5 0.49 0.52
Hex 7F C0 48 22 0 3F 19 5C 31 34
Octal 177 300 110 42 0 77 31 134 61 64
Binary 1111111 11000000 1001000 100010 0 111111 11001 1011100 110001 110100

Color Harmonies of #7FC048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC048

Black with #7FC048

Text Example


Text Example

White with #7FC048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FC048; }

 p { color: rgb(127,192,72); }

 H1.HeaderClassName
 {
   color: #7FC048;
 }
 .AnyTagClassName
 {
   color: #7FC048;
 }
</style>

background-color css

<style>
 a { background-color: #7FC048; }

 a { background-color: rgb(127,192,72); }

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

border-color css

<style>
 span { border-color: #7FC048; }

 span { border-color: rgb(127,192,72); }

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