Html Css Color HEX #7DB64B Mantis

📋 copy color: '#7DB64B'

red 125 ◦ green 182 ◦ blue 75

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

Shades of Mantis #7DB64B

Tints of Mantis #7DB64B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.64%

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

R = 32.72%
G = 47.64%
B = 19.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#7DB64B (or 0x7DB64B) is known color: Mantis. HEX triplet: 7D, B6 and 4B. RGB value is (125,182,75). Sum of RGB (Red+Green+Blue) = 125+182+75=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB64B is #8249B4. Grayscale: #999999. Windows color (decimal): -8538549 or 4961917. OLE color: 4961917.

HSL color Cylindrical-coordinate representation of color #7DB64B: hue angle of 91.96º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DB64B is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 182 75 -
CMYK 0.31 0 0.59 0.29
HSL 91.96º 0.42% 0.5% -
HSV(B) 91.96º 0.59% 0.71% -
XYZ 26.46 38.32 12.66 -
YUV 152.76 84.12 108.2 -
System Red Green Blue C M Y K H S L
Decimal 125 182 75 0.31 0 0.59 0.29 91.96 0.42 0.5
Hex 7D B6 4B 1F 0 3B 1D 5C 2A 32
Octal 175 266 113 37 0 73 35 134 52 62
Binary 1111101 10110110 1001011 11111 0 111011 11101 1011100 101010 110010

Color Harmonies of #7DB64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB64B

Black with #7DB64B

Text Example


Text Example

White with #7DB64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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