Html Css Color HEX #7DBF70 Mantis

📋 copy color: '#7DBF70'

red 125 ◦ green 191 ◦ blue 112

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

Shades of Mantis #7DBF70

Tints of Mantis #7DBF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.17%

R = 29.21%
G = 44.63%
B = 26.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#7DBF70 (or 0x7DBF70) is known color: Mantis. HEX triplet: 7D, BF and 70. RGB value is (125,191,112). Sum of RGB (Red+Green+Blue) = 125+191+112=428 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.21% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF70 is #82408F. Grayscale: #A2A2A2. Windows color (decimal): -8536208 or 7389053. OLE color: 7389053.

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

Color convert

RGB 125 191 112 -
CMYK 0.35 0 0.41 0.25
HSL 110.13º 0.38% 0.59% -
HSV(B) 110.13º 0.41% 0.75% -
XYZ 30.01 42.79 22.01 -
YUV 162.26 99.63 101.42 -
System Red Green Blue C M Y K H S L
Decimal 125 191 112 0.35 0 0.41 0.25 110.13 0.38 0.59
Hex 7D BF 70 23 0 29 19 6E 26 3B
Octal 175 277 160 43 0 51 31 156 46 73
Binary 1111101 10111111 1110000 100011 0 101001 11001 1101110 100110 111011

Color Harmonies of #7DBF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF70

Black with #7DBF70

Text Example


Text Example

White with #7DBF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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