Html Css Color HEX #7DB94C Mantis

📋 copy color: '#7DB94C'

red 125 ◦ green 185 ◦ blue 76

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

Shades of Mantis #7DB94C

Tints of Mantis #7DB94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.69%

R = 32.38%
G = 47.93%
B = 19.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#7DB94C (or 0x7DB94C) is known color: Mantis. HEX triplet: 7D, B9 and 4C. RGB value is (125,185,76). Sum of RGB (Red+Green+Blue) = 125+185+76=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB94C is #8246B3. Grayscale: #9B9B9B. Windows color (decimal): -8537780 or 5028221. OLE color: 5028221.

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

Color convert

RGB 125 185 76 -
CMYK 0.32 0 0.59 0.27
HSL 93.03º 0.44% 0.51% -
HSV(B) 93.03º 0.59% 0.73% -
XYZ 27.11 39.58 13.05 -
YUV 154.63 83.62 106.86 -
System Red Green Blue C M Y K H S L
Decimal 125 185 76 0.32 0 0.59 0.27 93.03 0.44 0.51
Hex 7D B9 4C 20 0 3B 1B 5D 2C 33
Octal 175 271 114 40 0 73 33 135 54 63
Binary 1111101 10111001 1001100 100000 0 111011 11011 1011101 101100 110011

Color Harmonies of #7DB94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB94C

Black with #7DB94C

Text Example


Text Example

White with #7DB94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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