Html Css Color HEX #7DBF4A Mantis

📋 copy color: '#7DBF4A'

red 125 ◦ green 191 ◦ blue 74

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

Shades of Mantis #7DBF4A

Tints of Mantis #7DBF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.97%

R = 32.05%
G = 48.97%
B = 18.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#7DBF4A (or 0x7DBF4A) is known color: Mantis. HEX triplet: 7D, BF and 4A. RGB value is (125,191,74). Sum of RGB (Red+Green+Blue) = 125+191+74=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBF4A is #8240B5. Grayscale: #9E9E9E. Windows color (decimal): -8536246 or 4898685. OLE color: 4898685.

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

Color convert

RGB 125 191 74 -
CMYK 0.35 0 0.61 0.25
HSL 93.85º 0.48% 0.52% -
HSV(B) 93.85º 0.61% 0.75% -
XYZ 28.32 42.12 13.11 -
YUV 157.93 80.63 104.51 -
System Red Green Blue C M Y K H S L
Decimal 125 191 74 0.35 0 0.61 0.25 93.85 0.48 0.52
Hex 7D BF 4A 23 0 3D 19 5E 30 34
Octal 175 277 112 43 0 75 31 136 60 64
Binary 1111101 10111111 1001010 100011 0 111101 11001 1011110 110000 110100

Color Harmonies of #7DBF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF4A

Black with #7DBF4A

Text Example


Text Example

White with #7DBF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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