Html Css Color HEX #7DC148 Mantis

📋 copy color: '#7DC148'

red 125 ◦ green 193 ◦ blue 72

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

Shades of Mantis #7DC148

Tints of Mantis #7DC148

RGB

 RED value IS 125 (49.22% from 255) = 32.05%

 GREEN value IS 193 (75.78% from 255) = 49.49%

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

R = 32.05%
G = 49.49%
B = 18.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#7DC148 (or 0x7DC148) is known color: Mantis. HEX triplet: 7D, C1 and 48. RGB value is (125,193,72). Sum of RGB (Red+Green+Blue) = 125+193+72=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC148 is #823EB7. Grayscale: #9F9F9F. Windows color (decimal): -8535736 or 4768125. OLE color: 4768125.

HSL color Cylindrical-coordinate representation of color #7DC148: hue angle of 93.72º degrees, saturation: 0.49, 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 #7DC148 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 193 72 -
CMYK 0.35 0 0.63 0.24
HSL 93.72º 0.49% 0.52% -
HSV(B) 93.72º 0.63% 0.76% -
XYZ 28.7 42.97 12.91 -
YUV 158.87 78.97 103.84 -
System Red Green Blue C M Y K H S L
Decimal 125 193 72 0.35 0 0.63 0.24 93.72 0.49 0.52
Hex 7D C1 48 23 0 3F 18 5E 31 34
Octal 175 301 110 43 0 77 30 136 61 64
Binary 1111101 11000001 1001000 100011 0 111111 11000 1011110 110001 110100

Color Harmonies of #7DC148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC148

Black with #7DC148

Text Example


Text Example

White with #7DC148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,193,72); }

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

background-color css

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

 a { background-color: rgb(125,193,72); }

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

border-color css

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

 span { border-color: rgb(125,193,72); }

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