Html Css Color HEX #7DC648 Mantis

📋 copy color: '#7DC648'

red 125 ◦ green 198 ◦ blue 72

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

Shades of Mantis #7DC648

Tints of Mantis #7DC648

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.13%

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

R = 31.65%
G = 50.13%
B = 18.23%

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

#7DC648 (or 0x7DC648) is known color: Mantis. HEX triplet: 7D, C6 and 48. RGB value is (125,198,72). Sum of RGB (Red+Green+Blue) = 125+198+72=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 198 (77.73% from 255 or 50.13% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC648 is #8239B7. Grayscale: #A2A2A2. Windows color (decimal): -8534456 or 4769405. OLE color: 4769405.

HSL color Cylindrical-coordinate representation of color #7DC648: hue angle of 94.76º degrees, saturation: 0.52, 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 #7DC648 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 198 72 -
CMYK 0.37 0 0.64 0.22
HSL 94.76º 0.53% 0.53% -
HSV(B) 94.76º 0.64% 0.78% -
XYZ 29.82 45.22 13.29 -
YUV 161.81 77.32 101.75 -
System Red Green Blue C M Y K H S L
Decimal 125 198 72 0.37 0 0.64 0.22 94.76 0.53 0.53
Hex 7D C6 48 25 0 40 16 5F 34 35
Octal 175 306 110 45 0 100 26 137 64 65
Binary 1111101 11000110 1001000 100101 0 1000000 10110 1011111 110100 110101

Color Harmonies of #7DC648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC648

Black with #7DC648

Text Example


Text Example

White with #7DC648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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