Html Css Color HEX #7DBF51 Mantis

📋 copy color: '#7DBF51'

red 125 ◦ green 191 ◦ blue 81

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

Shades of Mantis #7DBF51

Tints of Mantis #7DBF51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.4%

R = 31.49%
G = 48.11%
B = 20.4%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#7DBF51 (or 0x7DBF51) is known color: Mantis. HEX triplet: 7D, BF and 51. RGB value is (125,191,81). Sum of RGB (Red+Green+Blue) = 125+191+81=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF51 is #8240AE. Grayscale: #9F9F9F. Windows color (decimal): -8536239 or 5357437. OLE color: 5357437.

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

Color convert

RGB 125 191 81 -
CMYK 0.35 0 0.58 0.25
HSL 96º 0.46% 0.53% -
HSV(B) 96º 0.58% 0.75% -
XYZ 28.57 42.22 14.43 -
YUV 158.73 84.13 103.94 -
System Red Green Blue C M Y K H S L
Decimal 125 191 81 0.35 0 0.58 0.25 96 0.46 0.53
Hex 7D BF 51 23 0 3A 19 60 2E 35
Octal 175 277 121 43 0 72 31 140 56 65
Binary 1111101 10111111 1010001 100011 0 111010 11001 1100000 101110 110101

Color Harmonies of #7DBF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF51

Black with #7DBF51

Text Example


Text Example

White with #7DBF51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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