Html Css Color HEX #7DB958 Mantis

📋 copy color: '#7DB958'

red 125 ◦ green 185 ◦ blue 88

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

Shades of Mantis #7DB958

Tints of Mantis #7DB958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.11%

R = 31.41%
G = 46.48%
B = 22.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#7DB958 (or 0x7DB958) is known color: Mantis. HEX triplet: 7D, B9 and 58. RGB value is (125,185,88). Sum of RGB (Red+Green+Blue) = 125+185+88=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB958 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB958 is #8246A7. Grayscale: #9C9C9C. Windows color (decimal): -8537768 or 5814653. OLE color: 5814653.

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

Color convert

RGB 125 185 88 -
CMYK 0.32 0 0.52 0.27
HSL 97.11º 0.41% 0.54% -
HSV(B) 97.11º 0.52% 0.73% -
XYZ 27.57 39.76 15.45 -
YUV 156 89.62 105.89 -
System Red Green Blue C M Y K H S L
Decimal 125 185 88 0.32 0 0.52 0.27 97.11 0.41 0.54
Hex 7D B9 58 20 0 34 1B 61 29 36
Octal 175 271 130 40 0 64 33 141 51 66
Binary 1111101 10111001 1011000 100000 0 110100 11011 1100001 101001 110110

Color Harmonies of #7DB958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB958

Black with #7DB958

Text Example


Text Example

White with #7DB958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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