Html Css Color HEX #7DB95A Mantis

📋 copy color: '#7DB95A'

red 125 ◦ green 185 ◦ blue 90

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

Shades of Mantis #7DB95A

Tints of Mantis #7DB95A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.25%

 BLUE value IS 90 (35.55% from 255) = 22.5%

R = 31.25%
G = 46.25%
B = 22.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#7DB95A (or 0x7DB95A) is known color: Mantis. HEX triplet: 7D, B9 and 5A. RGB value is (125,185,90). Sum of RGB (Red+Green+Blue) = 125+185+90=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB95A is #8246A5. Grayscale: #9C9C9C. Windows color (decimal): -8537766 or 5945725. OLE color: 5945725.

HSL color Cylindrical-coordinate representation of color #7DB95A: hue angle of 97.89º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DB95A is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 185 90 -
CMYK 0.32 0 0.51 0.27
HSL 97.89º 0.4% 0.54% -
HSV(B) 97.89º 0.51% 0.73% -
XYZ 27.65 39.8 15.9 -
YUV 156.23 90.62 105.72 -
System Red Green Blue C M Y K H S L
Decimal 125 185 90 0.32 0 0.51 0.27 97.89 0.4 0.54
Hex 7D B9 5A 20 0 33 1B 62 28 36
Octal 175 271 132 40 0 63 33 142 50 66
Binary 1111101 10111001 1011010 100000 0 110011 11011 1100010 101000 110110

Color Harmonies of #7DB95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB95A

Black with #7DB95A

Text Example


Text Example

White with #7DB95A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,185,90); }

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

background-color css

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

 a { background-color: rgb(125,185,90); }

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

border-color css

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

 span { border-color: rgb(125,185,90); }

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