Html Css Color HEX #7DBF71 Mantis

📋 copy color: '#7DBF71'

red 125 ◦ green 191 ◦ blue 113

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

Shades of Mantis #7DBF71

Tints of Mantis #7DBF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.34%

R = 29.14%
G = 44.52%
B = 26.34%

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

#7DBF71 (or 0x7DBF71) is known color: Mantis. HEX triplet: 7D, BF and 71. RGB value is (125,191,113). Sum of RGB (Red+Green+Blue) = 125+191+113=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF71 is #82408E. Grayscale: #A2A2A2. Windows color (decimal): -8536207 or 7454589. OLE color: 7454589.

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

Color convert

RGB 125 191 113 -
CMYK 0.35 0 0.41 0.25
HSL 110.77º 0.38% 0.6% -
HSV(B) 110.77º 0.41% 0.75% -
XYZ 30.07 42.81 22.3 -
YUV 162.37 100.13 101.34 -
System Red Green Blue C M Y K H S L
Decimal 125 191 113 0.35 0 0.41 0.25 110.77 0.38 0.6
Hex 7D BF 71 23 0 29 19 6F 26 3C
Octal 175 277 161 43 0 51 31 157 46 74
Binary 1111101 10111111 1110001 100011 0 101001 11001 1101111 100110 111100

Color Harmonies of #7DBF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF71

Black with #7DBF71

Text Example


Text Example

White with #7DBF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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