Html Css Color HEX #7DBC44 Mantis

📋 copy color: '#7DBC44'

red 125 ◦ green 188 ◦ blue 68

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

Shades of Mantis #7DBC44

Tints of Mantis #7DBC44

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.34%

 BLUE value IS 68 (26.95% from 255) = 17.85%

R = 32.81%
G = 49.34%
B = 17.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#7DBC44 (or 0x7DBC44) is known color: Mantis. HEX triplet: 7D, BC and 44. RGB value is (125,188,68). Sum of RGB (Red+Green+Blue) = 125+188+68=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBC44 is #8243BB. Grayscale: #9B9B9B. Windows color (decimal): -8537020 or 4504701. OLE color: 4504701.

HSL color Cylindrical-coordinate representation of color #7DBC44: hue angle of 91.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DBC44 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 188 68 -
CMYK 0.34 0 0.64 0.26
HSL 91.5º 0.47% 0.5% -
HSV(B) 91.5º 0.64% 0.74% -
XYZ 27.48 40.74 11.88 -
YUV 155.48 78.63 106.26 -
System Red Green Blue C M Y K H S L
Decimal 125 188 68 0.34 0 0.64 0.26 91.5 0.47 0.5
Hex 7D BC 44 22 0 40 1A 5C 2F 32
Octal 175 274 104 42 0 100 32 134 57 62
Binary 1111101 10111100 1000100 100010 0 1000000 11010 1011100 101111 110010

Color Harmonies of #7DBC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBC44

Black with #7DBC44

Text Example


Text Example

White with #7DBC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,188,68); }

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

background-color css

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

 a { background-color: rgb(125,188,68); }

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

border-color css

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

 span { border-color: rgb(125,188,68); }

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