Html Css Color HEX #7DBD4C Mantis

📋 copy color: '#7DBD4C'

red 125 ◦ green 189 ◦ blue 76

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

Shades of Mantis #7DBD4C

Tints of Mantis #7DBD4C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.46%

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

R = 32.05%
G = 48.46%
B = 19.49%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#7DBD4C (or 0x7DBD4C) is known color: Mantis. HEX triplet: 7D, BD and 4C. RGB value is (125,189,76). Sum of RGB (Red+Green+Blue) = 125+189+76=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBD4C is #8242B3. Grayscale: #9D9D9D. Windows color (decimal): -8536756 or 5029245. OLE color: 5029245.

HSL color Cylindrical-coordinate representation of color #7DBD4C: hue angle of 93.98º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7DBD4C is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 189 76 -
CMYK 0.34 0 0.60 0.26
HSL 93.98º 0.46% 0.52% -
HSV(B) 93.98º 0.6% 0.74% -
XYZ 27.96 41.28 13.33 -
YUV 156.98 82.3 105.19 -
System Red Green Blue C M Y K H S L
Decimal 125 189 76 0.34 0 0.60 0.26 93.98 0.46 0.52
Hex 7D BD 4C 22 0 3C 1A 5E 2E 34
Octal 175 275 114 42 0 74 32 136 56 64
Binary 1111101 10111101 1001100 100010 0 111100 11010 1011110 101110 110100

Color Harmonies of #7DBD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBD4C

Black with #7DBD4C

Text Example


Text Example

White with #7DBD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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