Html Css Color HEX #7DC048 Mantis

📋 copy color: '#7DC048'

red 125 ◦ green 192 ◦ blue 72

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

Shades of Mantis #7DC048

Tints of Mantis #7DC048

RGB

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

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

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

R = 32.13%
G = 49.36%
B = 18.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#7DC048 (or 0x7DC048) is known color: Mantis. HEX triplet: 7D, C0 and 48. RGB value is (125,192,72). Sum of RGB (Red+Green+Blue) = 125+192+72=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC048 is #823FB7. Grayscale: #9E9E9E. Windows color (decimal): -8535992 or 4767869. OLE color: 4767869.

HSL color Cylindrical-coordinate representation of color #7DC048: hue angle of 93.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 #7DC048 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 192 72 -
CMYK 0.35 0 0.63 0.25
HSL 93.5º 0.49% 0.52% -
HSV(B) 93.5º 0.63% 0.75% -
XYZ 28.48 42.53 12.84 -
YUV 158.29 79.3 104.26 -
System Red Green Blue C M Y K H S L
Decimal 125 192 72 0.35 0 0.63 0.25 93.5 0.49 0.52
Hex 7D C0 48 23 0 3F 19 5E 31 34
Octal 175 300 110 43 0 77 31 136 61 64
Binary 1111101 11000000 1001000 100011 0 111111 11001 1011110 110001 110100

Color Harmonies of #7DC048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC048

Black with #7DC048

Text Example


Text Example

White with #7DC048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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