Html Css Color HEX #7DC748 Mantis

📋 copy color: '#7DC748'

red 125 ◦ green 199 ◦ blue 72

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

Shades of Mantis #7DC748

Tints of Mantis #7DC748

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.25%

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

R = 31.57%
G = 50.25%
B = 18.18%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#7DC748 (or 0x7DC748) is known color: Mantis. HEX triplet: 7D, C7 and 48. RGB value is (125,199,72). Sum of RGB (Red+Green+Blue) = 125+199+72=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 199 (78.12% from 255 or 50.25% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC748 is #8238B7. Grayscale: #A2A2A2. Windows color (decimal): -8534200 or 4769661. OLE color: 4769661.

HSL color Cylindrical-coordinate representation of color #7DC748: hue angle of 94.96º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DC748 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 199 72 -
CMYK 0.37 0 0.64 0.22
HSL 94.96º 0.53% 0.53% -
HSV(B) 94.96º 0.64% 0.78% -
XYZ 30.05 45.67 13.36 -
YUV 162.4 76.98 101.33 -
System Red Green Blue C M Y K H S L
Decimal 125 199 72 0.37 0 0.64 0.22 94.96 0.53 0.53
Hex 7D C7 48 25 0 40 16 5F 35 35
Octal 175 307 110 45 0 100 26 137 65 65
Binary 1111101 11000111 1001000 100101 0 1000000 10110 1011111 110101 110101

Color Harmonies of #7DC748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC748

Black with #7DC748

Text Example


Text Example

White with #7DC748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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