Html Css Color HEX #7DB55F Mantis

📋 copy color: '#7DB55F'

red 125 ◦ green 181 ◦ blue 95

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

Shades of Mantis #7DB55F

Tints of Mantis #7DB55F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.14%

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

R = 31.17%
G = 45.14%
B = 23.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#7DB55F (or 0x7DB55F) is known color: Mantis. HEX triplet: 7D, B5 and 5F. RGB value is (125,181,95). Sum of RGB (Red+Green+Blue) = 125+181+95=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB55F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB55F is #824AA0. Grayscale: #9A9A9A. Windows color (decimal): -8538785 or 6272381. OLE color: 6272381.

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

Color convert

RGB 125 181 95 -
CMYK 0.31 0 0.48 0.29
HSL 99.07º 0.37% 0.54% -
HSV(B) 99.07º 0.48% 0.71% -
XYZ 27.05 38.23 16.78 -
YUV 154.45 94.45 106.99 -
System Red Green Blue C M Y K H S L
Decimal 125 181 95 0.31 0 0.48 0.29 99.07 0.37 0.54
Hex 7D B5 5F 1F 0 30 1D 63 25 36
Octal 175 265 137 37 0 60 35 143 45 66
Binary 1111101 10110101 1011111 11111 0 110000 11101 1100011 100101 110110

Color Harmonies of #7DB55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB55F

Black with #7DB55F

Text Example


Text Example

White with #7DB55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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