Html Css Color HEX #7DBF40 Mantis

📋 copy color: '#7DBF40'

red 125 ◦ green 191 ◦ blue 64

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

Shades of Mantis #7DBF40

Tints of Mantis #7DBF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.84%

R = 32.89%
G = 50.26%
B = 16.84%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#7DBF40 (or 0x7DBF40) is known color: Mantis. HEX triplet: 7D, BF and 40. RGB value is (125,191,64). Sum of RGB (Red+Green+Blue) = 125+191+64=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBF40 is #8240BF. Grayscale: #9D9D9D. Windows color (decimal): -8536256 or 4243325. OLE color: 4243325.

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

Color convert

RGB 125 191 64 -
CMYK 0.35 0 0.66 0.25
HSL 91.18º 0.5% 0.5% -
HSV(B) 91.18º 0.66% 0.75% -
XYZ 28.01 41.99 11.48 -
YUV 156.79 75.63 105.33 -
System Red Green Blue C M Y K H S L
Decimal 125 191 64 0.35 0 0.66 0.25 91.18 0.5 0.5
Hex 7D BF 40 23 0 42 19 5B 32 32
Octal 175 277 100 43 0 102 31 133 62 62
Binary 1111101 10111111 1000000 100011 0 1000010 11001 1011011 110010 110010

Color Harmonies of #7DBF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF40

Black with #7DBF40

Text Example


Text Example

White with #7DBF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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