Html Css Color HEX #7DB948 Mantis

📋 copy color: '#7DB948'

red 125 ◦ green 185 ◦ blue 72

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

Shades of Mantis #7DB948

Tints of Mantis #7DB948

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.43%

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

R = 32.72%
G = 48.43%
B = 18.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#7DB948 (or 0x7DB948) is known color: Mantis. HEX triplet: 7D, B9 and 48. RGB value is (125,185,72). Sum of RGB (Red+Green+Blue) = 125+185+72=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB948 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB948 is #8246B7. Grayscale: #9A9A9A. Windows color (decimal): -8537784 or 4766077. OLE color: 4766077.

HSL color Cylindrical-coordinate representation of color #7DB948: hue angle of 91.86º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7DB948 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 185 72 -
CMYK 0.32 0 0.61 0.27
HSL 91.86º 0.45% 0.5% -
HSV(B) 91.86º 0.61% 0.73% -
XYZ 26.98 39.53 12.34 -
YUV 154.18 81.62 107.19 -
System Red Green Blue C M Y K H S L
Decimal 125 185 72 0.32 0 0.61 0.27 91.86 0.45 0.5
Hex 7D B9 48 20 0 3D 1B 5C 2D 32
Octal 175 271 110 40 0 75 33 134 55 62
Binary 1111101 10111001 1001000 100000 0 111101 11011 1011100 101101 110010

Color Harmonies of #7DB948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB948

Black with #7DB948

Text Example


Text Example

White with #7DB948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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