Html Css Color HEX #7DB94B Mantis

📋 copy color: '#7DB94B'

red 125 ◦ green 185 ◦ blue 75

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

Shades of Mantis #7DB94B

Tints of Mantis #7DB94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.48%

R = 32.47%
G = 48.05%
B = 19.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#7DB94B (or 0x7DB94B) is known color: Mantis. HEX triplet: 7D, B9 and 4B. RGB value is (125,185,75). Sum of RGB (Red+Green+Blue) = 125+185+75=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB94B is #8246B4. Grayscale: #9A9A9A. Windows color (decimal): -8537781 or 4962685. OLE color: 4962685.

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

Color convert

RGB 125 185 75 -
CMYK 0.32 0 0.59 0.27
HSL 92.73º 0.44% 0.51% -
HSV(B) 92.73º 0.59% 0.73% -
XYZ 27.08 39.57 12.87 -
YUV 154.52 83.12 106.94 -
System Red Green Blue C M Y K H S L
Decimal 125 185 75 0.32 0 0.59 0.27 92.73 0.44 0.51
Hex 7D B9 4B 20 0 3B 1B 5D 2C 33
Octal 175 271 113 40 0 73 33 135 54 63
Binary 1111101 10111001 1001011 100000 0 111011 11011 1011101 101100 110011

Color Harmonies of #7DB94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB94B

Black with #7DB94B

Text Example


Text Example

White with #7DB94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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