Html Css Color HEX #7DB45F Mantis

📋 copy color: '#7DB45F'

red 125 ◦ green 180 ◦ blue 95

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

Shades of Mantis #7DB45F

Tints of Mantis #7DB45F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45%

 BLUE value IS 95 (37.5% from 255) = 23.75%

R = 31.25%
G = 45%
B = 23.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#7DB45F (or 0x7DB45F) is known color: Mantis. HEX triplet: 7D, B4 and 5F. RGB value is (125,180,95). Sum of RGB (Red+Green+Blue) = 125+180+95=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB45F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB45F is #824BA0. Grayscale: #9A9A9A. Windows color (decimal): -8539041 or 6272125. OLE color: 6272125.

HSL color Cylindrical-coordinate representation of color #7DB45F: hue angle of 98.82º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DB45F is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 180 95 -
CMYK 0.31 0 0.47 0.29
HSL 98.82º 0.36% 0.54% -
HSV(B) 98.82º 0.47% 0.71% -
XYZ 26.84 37.83 16.71 -
YUV 153.87 94.78 107.41 -
System Red Green Blue C M Y K H S L
Decimal 125 180 95 0.31 0 0.47 0.29 98.82 0.36 0.54
Hex 7D B4 5F 1F 0 2F 1D 63 24 36
Octal 175 264 137 37 0 57 35 143 44 66
Binary 1111101 10110100 1011111 11111 0 101111 11101 1100011 100100 110110

Color Harmonies of #7DB45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB45F

Black with #7DB45F

Text Example


Text Example

White with #7DB45F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,180,95); }

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

background-color css

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

 a { background-color: rgb(125,180,95); }

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

border-color css

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

 span { border-color: rgb(125,180,95); }

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