Html Css Color HEX #7DBB5B Mantis

📋 copy color: '#7DBB5B'

red 125 ◦ green 187 ◦ blue 91

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

Shades of Mantis #7DBB5B

Tints of Mantis #7DBB5B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.4%

 BLUE value IS 91 (35.94% from 255) = 22.58%

R = 31.02%
G = 46.4%
B = 22.58%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#7DBB5B (or 0x7DBB5B) is known color: Mantis. HEX triplet: 7D, BB and 5B. RGB value is (125,187,91). Sum of RGB (Red+Green+Blue) = 125+187+91=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBB5B is #8244A4. Grayscale: #9D9D9D. Windows color (decimal): -8537253 or 6011773. OLE color: 6011773.

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

Color convert

RGB 125 187 91 -
CMYK 0.33 0 0.51 0.27
HSL 98.75º 0.41% 0.55% -
HSV(B) 98.75º 0.51% 0.73% -
XYZ 28.12 40.66 16.26 -
YUV 157.52 90.46 104.81 -
System Red Green Blue C M Y K H S L
Decimal 125 187 91 0.33 0 0.51 0.27 98.75 0.41 0.55
Hex 7D BB 5B 21 0 33 1B 63 29 37
Octal 175 273 133 41 0 63 33 143 51 67
Binary 1111101 10111011 1011011 100001 0 110011 11011 1100011 101001 110111

Color Harmonies of #7DBB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBB5B

Black with #7DBB5B

Text Example


Text Example

White with #7DBB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,187,91); }

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

background-color css

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

 a { background-color: rgb(125,187,91); }

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

border-color css

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

 span { border-color: rgb(125,187,91); }

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