Html Css Color HEX #7DBD47 Mantis

📋 copy color: '#7DBD47'

red 125 ◦ green 189 ◦ blue 71

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

Shades of Mantis #7DBD47

Tints of Mantis #7DBD47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.44%

R = 32.47%
G = 49.09%
B = 18.44%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#7DBD47 (or 0x7DBD47) is known color: Mantis. HEX triplet: 7D, BD and 47. RGB value is (125,189,71). Sum of RGB (Red+Green+Blue) = 125+189+71=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBD47 is #8242B8. Grayscale: #9C9C9C. Windows color (decimal): -8536761 or 4701565. OLE color: 4701565.

HSL color Cylindrical-coordinate representation of color #7DBD47: hue angle of 92.54º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DBD47 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 189 71 -
CMYK 0.34 0 0.62 0.26
HSL 92.54º 0.47% 0.51% -
HSV(B) 92.54º 0.62% 0.74% -
XYZ 27.79 41.21 12.45 -
YUV 156.41 79.8 105.59 -
System Red Green Blue C M Y K H S L
Decimal 125 189 71 0.34 0 0.62 0.26 92.54 0.47 0.51
Hex 7D BD 47 22 0 3E 1A 5D 2F 33
Octal 175 275 107 42 0 76 32 135 57 63
Binary 1111101 10111101 1000111 100010 0 111110 11010 1011101 101111 110011

Color Harmonies of #7DBD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBD47

Black with #7DBD47

Text Example


Text Example

White with #7DBD47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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