Html Css Color HEX #7DBF5A Mantis

📋 copy color: '#7DBF5A'

red 125 ◦ green 191 ◦ blue 90

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

Shades of Mantis #7DBF5A

Tints of Mantis #7DBF5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.17%

R = 30.79%
G = 47.04%
B = 22.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#7DBF5A (or 0x7DBF5A) is known color: Mantis. HEX triplet: 7D, BF and 5A. RGB value is (125,191,90). Sum of RGB (Red+Green+Blue) = 125+191+90=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF5A is #8240A5. Grayscale: #A0A0A0. Windows color (decimal): -8536230 or 5947261. OLE color: 5947261.

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

Color convert

RGB 125 191 90 -
CMYK 0.35 0 0.53 0.25
HSL 99.21º 0.44% 0.55% -
HSV(B) 99.21º 0.53% 0.75% -
XYZ 28.93 42.36 16.32 -
YUV 159.75 88.63 103.21 -
System Red Green Blue C M Y K H S L
Decimal 125 191 90 0.35 0 0.53 0.25 99.21 0.44 0.55
Hex 7D BF 5A 23 0 35 19 63 2C 37
Octal 175 277 132 43 0 65 31 143 54 67
Binary 1111101 10111111 1011010 100011 0 110101 11001 1100011 101100 110111

Color Harmonies of #7DBF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF5A

Black with #7DBF5A

Text Example


Text Example

White with #7DBF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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