Html Css Color HEX #7DB94F Mantis

📋 copy color: '#7DB94F'

red 125 ◦ green 185 ◦ blue 79

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

Shades of Mantis #7DB94F

Tints of Mantis #7DB94F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.31%

R = 32.13%
G = 47.56%
B = 20.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#7DB94F (or 0x7DB94F) is known color: Mantis. HEX triplet: 7D, B9 and 4F. RGB value is (125,185,79). Sum of RGB (Red+Green+Blue) = 125+185+79=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB94F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB94F is #8246B0. Grayscale: #9B9B9B. Windows color (decimal): -8537777 or 5224829. OLE color: 5224829.

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

Color convert

RGB 125 185 79 -
CMYK 0.32 0 0.57 0.27
HSL 93.96º 0.43% 0.52% -
HSV(B) 93.96º 0.57% 0.73% -
XYZ 27.22 39.62 13.61 -
YUV 154.98 85.12 106.62 -
System Red Green Blue C M Y K H S L
Decimal 125 185 79 0.32 0 0.57 0.27 93.96 0.43 0.52
Hex 7D B9 4F 20 0 39 1B 5E 2B 34
Octal 175 271 117 40 0 71 33 136 53 64
Binary 1111101 10111001 1001111 100000 0 111001 11011 1011110 101011 110100

Color Harmonies of #7DB94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB94F

Black with #7DB94F

Text Example


Text Example

White with #7DB94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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