Html Css Color HEX #7DBF54 Mantis

📋 copy color: '#7DBF54'

red 125 ◦ green 191 ◦ blue 84

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

Shades of Mantis #7DBF54

Tints of Mantis #7DBF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21%

R = 31.25%
G = 47.75%
B = 21%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#7DBF54 (or 0x7DBF54) is known color: Mantis. HEX triplet: 7D, BF and 54. RGB value is (125,191,84). Sum of RGB (Red+Green+Blue) = 125+191+84=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF54 is #8240AB. Grayscale: #9F9F9F. Windows color (decimal): -8536236 or 5554045. OLE color: 5554045.

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

Color convert

RGB 125 191 84 -
CMYK 0.35 0 0.56 0.25
HSL 97.01º 0.46% 0.54% -
HSV(B) 97.01º 0.56% 0.75% -
XYZ 28.69 42.26 15.03 -
YUV 159.07 85.63 103.7 -
System Red Green Blue C M Y K H S L
Decimal 125 191 84 0.35 0 0.56 0.25 97.01 0.46 0.54
Hex 7D BF 54 23 0 38 19 61 2E 36
Octal 175 277 124 43 0 70 31 141 56 66
Binary 1111101 10111111 1010100 100011 0 111000 11001 1100001 101110 110110

Color Harmonies of #7DBF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF54

Black with #7DBF54

Text Example


Text Example

White with #7DBF54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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