Html Css Color HEX #7DBA54 Mantis

📋 copy color: '#7DBA54'

red 125 ◦ green 186 ◦ blue 84

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

Shades of Mantis #7DBA54

Tints of Mantis #7DBA54

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.09%

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

R = 31.65%
G = 47.09%
B = 21.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#7DBA54 (or 0x7DBA54) is known color: Mantis. HEX triplet: 7D, BA and 54. RGB value is (125,186,84). Sum of RGB (Red+Green+Blue) = 125+186+84=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA54 is #8245AB. Grayscale: #9C9C9C. Windows color (decimal): -8537516 or 5552765. OLE color: 5552765.

HSL color Cylindrical-coordinate representation of color #7DBA54: hue angle of 95.88º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DBA54 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 84 -
CMYK 0.33 0 0.55 0.27
HSL 95.88º 0.43% 0.53% -
HSV(B) 95.88º 0.55% 0.73% -
XYZ 27.62 40.12 14.68 -
YUV 156.13 87.29 105.79 -
System Red Green Blue C M Y K H S L
Decimal 125 186 84 0.33 0 0.55 0.27 95.88 0.43 0.53
Hex 7D BA 54 21 0 37 1B 60 2A 35
Octal 175 272 124 41 0 67 33 140 52 65
Binary 1111101 10111010 1010100 100001 0 110111 11011 1100000 101010 110101

Color Harmonies of #7DBA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA54

Black with #7DBA54

Text Example


Text Example

White with #7DBA54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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