Html Css Color HEX #7DBD46 Mantis

📋 copy color: '#7DBD46'

red 125 ◦ green 189 ◦ blue 70

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

Shades of Mantis #7DBD46

Tints of Mantis #7DBD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.23%

R = 32.55%
G = 49.22%
B = 18.23%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#7DBD46 (or 0x7DBD46) is known color: Mantis. HEX triplet: 7D, BD and 46. RGB value is (125,189,70). Sum of RGB (Red+Green+Blue) = 125+189+70=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBD46 is #8242B9. Grayscale: #9C9C9C. Windows color (decimal): -8536762 or 4636029. OLE color: 4636029.

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

Color convert

RGB 125 189 70 -
CMYK 0.34 0 0.63 0.26
HSL 92.27º 0.47% 0.51% -
HSV(B) 92.27º 0.63% 0.74% -
XYZ 27.76 41.2 12.28 -
YUV 156.3 79.3 105.68 -
System Red Green Blue C M Y K H S L
Decimal 125 189 70 0.34 0 0.63 0.26 92.27 0.47 0.51
Hex 7D BD 46 22 0 3F 1A 5C 2F 33
Octal 175 275 106 42 0 77 32 134 57 63
Binary 1111101 10111101 1000110 100010 0 111111 11010 1011100 101111 110011

Color Harmonies of #7DBD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBD46

Black with #7DBD46

Text Example


Text Example

White with #7DBD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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