Html Css Color HEX #7DBB49 Mantis

📋 copy color: '#7DBB49'

red 125 ◦ green 187 ◦ blue 73

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

Shades of Mantis #7DBB49

Tints of Mantis #7DBB49

RGB

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

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

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

R = 32.47%
G = 48.57%
B = 18.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#7DBB49 (or 0x7DBB49) is known color: Mantis. HEX triplet: 7D, BB and 49. RGB value is (125,187,73). Sum of RGB (Red+Green+Blue) = 125+187+73=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBB49 is #8244B6. Grayscale: #9B9B9B. Windows color (decimal): -8537271 or 4832125. OLE color: 4832125.

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

Color convert

RGB 125 187 73 -
CMYK 0.33 0 0.61 0.27
HSL 92.63º 0.46% 0.51% -
HSV(B) 92.63º 0.61% 0.73% -
XYZ 27.43 40.38 12.65 -
YUV 155.47 81.46 106.27 -
System Red Green Blue C M Y K H S L
Decimal 125 187 73 0.33 0 0.61 0.27 92.63 0.46 0.51
Hex 7D BB 49 21 0 3D 1B 5D 2E 33
Octal 175 273 111 41 0 75 33 135 56 63
Binary 1111101 10111011 1001001 100001 0 111101 11011 1011101 101110 110011

Color Harmonies of #7DBB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBB49

Black with #7DBB49

Text Example


Text Example

White with #7DBB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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