Html Css Color HEX #7DBF49 Mantis

📋 copy color: '#7DBF49'

red 125 ◦ green 191 ◦ blue 73

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

Shades of Mantis #7DBF49

Tints of Mantis #7DBF49

RGB

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

 GREEN value IS 191 (75% from 255) = 49.1%

 BLUE value IS 73 (28.91% from 255) = 18.77%

R = 32.13%
G = 49.1%
B = 18.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#7DBF49 (or 0x7DBF49) is known color: Mantis. HEX triplet: 7D, BF and 49. RGB value is (125,191,73). Sum of RGB (Red+Green+Blue) = 125+191+73=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBF49 is #8240B6. Grayscale: #9E9E9E. Windows color (decimal): -8536247 or 4833149. OLE color: 4833149.

HSL color Cylindrical-coordinate representation of color #7DBF49: hue angle of 93.56º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DBF49 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 191 73 -
CMYK 0.35 0 0.62 0.25
HSL 93.56º 0.48% 0.52% -
HSV(B) 93.56º 0.62% 0.75% -
XYZ 28.29 42.1 12.94 -
YUV 157.81 80.13 104.59 -
System Red Green Blue C M Y K H S L
Decimal 125 191 73 0.35 0 0.62 0.25 93.56 0.48 0.52
Hex 7D BF 49 23 0 3E 19 5E 30 34
Octal 175 277 111 43 0 76 31 136 60 64
Binary 1111101 10111111 1001001 100011 0 111110 11001 1011110 110000 110100

Color Harmonies of #7DBF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF49

Black with #7DBF49

Text Example


Text Example

White with #7DBF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,191,73); }

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

background-color css

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

 a { background-color: rgb(125,191,73); }

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

border-color css

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

 span { border-color: rgb(125,191,73); }

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