Html Css Color HEX #7DBE5D Mantis

📋 copy color: '#7DBE5D'

red 125 ◦ green 190 ◦ blue 93

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

Shades of Mantis #7DBE5D

Tints of Mantis #7DBE5D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.57%

 BLUE value IS 93 (36.72% from 255) = 22.79%

R = 30.64%
G = 46.57%
B = 22.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#7DBE5D (or 0x7DBE5D) is known color: Mantis. HEX triplet: 7D, BE and 5D. RGB value is (125,190,93). Sum of RGB (Red+Green+Blue) = 125+190+93=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBE5D is #8241A2. Grayscale: #9F9F9F. Windows color (decimal): -8536483 or 6143613. OLE color: 6143613.

HSL color Cylindrical-coordinate representation of color #7DBE5D: hue angle of 100.21º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DBE5D is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 190 93 -
CMYK 0.34 0 0.51 0.25
HSL 100.21º 0.43% 0.55% -
HSV(B) 100.21º 0.51% 0.75% -
XYZ 28.85 41.98 16.94 -
YUV 159.51 90.47 103.39 -
System Red Green Blue C M Y K H S L
Decimal 125 190 93 0.34 0 0.51 0.25 100.21 0.43 0.55
Hex 7D BE 5D 22 0 33 19 64 2B 37
Octal 175 276 135 42 0 63 31 144 53 67
Binary 1111101 10111110 1011101 100010 0 110011 11001 1100100 101011 110111

Color Harmonies of #7DBE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBE5D

Black with #7DBE5D

Text Example


Text Example

White with #7DBE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,190,93); }

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

background-color css

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

 a { background-color: rgb(125,190,93); }

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

border-color css

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

 span { border-color: rgb(125,190,93); }

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